heziegl

Results 2 comments of heziegl

to fix this, set **treeLevel** on groups ``` // see nestedThreeLevels Example var groups = [ {id: 1, content: "Root", nestedGroups: [2], treeLevel: 1}, {id: 2, content: "Child", treeLevel: 2}...

getting the same error(s) after updating from 3.4.11 to 3.5.2: node_modules/vuetify/lib/index.d.mts:2:29 - error TS2300: Duplicate identifier 'ComponentPublicInstance'. 2 import { Ref, DeepReadonly, ComponentPublicInstance, JSXComponent, PropType, CSSProperties, App } from 'vue';...