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 8a51cd6 commit 05112dbCopy full SHA for 05112db
packages/devtools-kit/src/core/component/types/state.ts
@@ -15,7 +15,7 @@ export interface InspectorCustomState {
15
16
export interface InspectorState {
17
key: string
18
- value: string | number | Record<string, unknown> | InspectorCustomState | Array<unknown>
+ value: string | number | boolean | null | Record<string, unknown> | InspectorCustomState | Array<unknown>
19
type: string
20
stateType?: string
21
stateTypeName?: string
0 commit comments