Skip to content

Commit e6782cb

Browse files
committed
index: avoid more non-serializable dev tool errors
1 parent 9d1f365 commit e6782cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ const store = configureStore({
4747
// copy of defaults
4848
'meta.arg',
4949
'meta.baseQueryMeta',
50-
// HACK: technically serializable, can be removed after
51-
// https://github.com/microsoft/vscode/pull/151993
50+
// monoco view state has class-based object but is technically serializable
5251
'viewState.viewState.firstPosition',
52+
// contain ArrayBuffer or DataView
53+
'data',
54+
'firmwareZip',
5355
],
5456
},
5557
})

0 commit comments

Comments
 (0)