mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
suppress redux non-serializable error for error objects
This commit is contained in:
@@ -52,6 +52,8 @@ const store = configureStore({
|
||||
// contain ArrayBuffer or DataView
|
||||
'data',
|
||||
'firmwareZip',
|
||||
// Error is not serializable
|
||||
'error',
|
||||
],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user