We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1f365 commit e6782cbCopy full SHA for e6782cb
src/index.tsx
@@ -47,9 +47,11 @@ const store = configureStore({
47
// copy of defaults
48
'meta.arg',
49
'meta.baseQueryMeta',
50
- // HACK: technically serializable, can be removed after
51
- // https://github.com/microsoft/vscode/pull/151993
+ // monoco view state has class-based object but is technically serializable
52
'viewState.viewState.firstPosition',
+ // contain ArrayBuffer or DataView
53
+ 'data',
54
+ 'firmwareZip',
55
],
56
},
57
})
0 commit comments