Update dependencies
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user