mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
index: avoid more non-serializable dev tool errors
This commit is contained in:
+4
-2
@@ -47,9 +47,11 @@ const store = configureStore({
|
||||
// copy of defaults
|
||||
'meta.arg',
|
||||
'meta.baseQueryMeta',
|
||||
// HACK: technically serializable, can be removed after
|
||||
// https://github.com/microsoft/vscode/pull/151993
|
||||
// monoco view state has class-based object but is technically serializable
|
||||
'viewState.viewState.firstPosition',
|
||||
// contain ArrayBuffer or DataView
|
||||
'data',
|
||||
'firmwareZip',
|
||||
],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user