index: avoid more non-serializable dev tool errors

This commit is contained in:
David Lechner
2022-07-22 15:07:10 -05:00
parent 9d1f3651c5
commit e6782cb291
+4 -2
View File
@@ -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',
],
},
})