We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35831a0 commit 2b4e774Copy full SHA for 2b4e774
src/presets/classic/factory.ts
@@ -28,6 +28,7 @@ export function createItem<S extends BSchemes>(
28
}
29
return <Item>{
30
...item,
31
- subitems: factory.map((data, i) => createItem(data, i, context))
+ handler() {/* do nothing */},
32
+ subitems: factory.map((data, i) => createItem(data, i, context)),
33
34
0 commit comments