Update dependencies

This commit is contained in:
schroda
2026-04-25 14:42:07 +02:00
parent db2c133b21
commit 8155bd6906
4 changed files with 1490 additions and 1110 deletions

View File

@@ -142,7 +142,6 @@ const readerStore = create<ReaderStore>()(
{
name: 'ReaderStore',
anonymousActionType: 'reader/action',
// @ts-expect-error - @redux-devtools/extension config option
serialize: {
replacer: (key: string, value: any) => {
if (UNSERIALIZABLE_KEYS.includes(key)) {