mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
index: ignore non-serializable 'payload'
This suppresses redux-toolkit errors in the console log.
This commit is contained in:
@@ -52,6 +52,7 @@ const store = configureStore({
|
||||
// contain ArrayBuffer or DataView
|
||||
'data',
|
||||
'firmwareZip',
|
||||
'payload',
|
||||
// Error is not serializable
|
||||
'error',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user