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 31952a5 commit 845a36cCopy full SHA for 845a36c
2 files changed
packages/applet/src/components/state/ChildStateViewer.vue
@@ -4,7 +4,7 @@ import StateFieldViewer from './StateFieldViewer.vue'
4
5
withDefaults(defineProps<{
6
data: CustomInspectorState[]
7
- depth: number
+ depth?: number
8
index: string
9
expandedStateId?: string
10
}>(), {
packages/applet/src/components/tree/TreeViewer.vue
@@ -9,8 +9,8 @@ import { useToggleExpanded } from '~/composables/toggle-expanded'
11
data: ComponentTreeNode[] | InspectorTree[]
12
13
- withTag: boolean
+ withTag?: boolean
14
15
depth: 0,
16
withTag: false,
0 commit comments