index: suppress nonserializable 'props.error'

This commit is contained in:
David Lechner
2022-08-12 18:00:57 -05:00
parent 359c01642e
commit 722fc3d8ef
+1
View File
@@ -55,6 +55,7 @@ const store = configureStore({
'payload',
// Error is not serializable
'error',
'props.error',
],
},
})