Skip to content

Commit ad774e0

Browse files
committed
suppress redux non-serializable error for error objects
1 parent 3953816 commit ad774e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ const store = configureStore({
5252
// contain ArrayBuffer or DataView
5353
'data',
5454
'firmwareZip',
55+
// Error is not serializable
56+
'error',
5557
],
5658
},
5759
})

0 commit comments

Comments
 (0)