suppress redux non-serializable error for error objects

This commit is contained in:
David Lechner
2022-07-27 15:34:39 -05:00
parent 3953816350
commit ad774e0f7c
+2
View File
@@ -52,6 +52,8 @@ const store = configureStore({
// contain ArrayBuffer or DataView
'data',
'firmwareZip',
// Error is not serializable
'error',
],
},
})