mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
index: suppress nonserializable 'props.error'
This commit is contained in:
@@ -55,6 +55,7 @@ const store = configureStore({
|
||||
'payload',
|
||||
// Error is not serializable
|
||||
'error',
|
||||
'props.error',
|
||||
],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user