index: ignore non-serializable 'payload'

This suppresses redux-toolkit errors in the console log.
This commit is contained in:
David Lechner
2022-08-12 18:00:57 -05:00
parent 968834d84f
commit 359c01642e
+1
View File
@@ -52,6 +52,7 @@ const store = configureStore({
// contain ArrayBuffer or DataView
'data',
'firmwareZip',
'payload',
// Error is not serializable
'error',
],