We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3953816 commit ad774e0Copy full SHA for ad774e0
src/index.tsx
@@ -52,6 +52,8 @@ const store = configureStore({
52
// contain ArrayBuffer or DataView
53
'data',
54
'firmwareZip',
55
+ // Error is not serializable
56
+ 'error',
57
],
58
},
59
})
0 commit comments