You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the provided examples in combination with this theme I receive the errors in the console (see screenshot). The controls appear to work correctly although I'm not 100% sure there isn't an unforeseen issue.
In any case, adding listIndex and lowerSiblingCounts to the declaration appears to have resolved the errors but I'm still raising this as an issue to allow others to find a potential solution and also validation that I haven't unknowingly broken internal functionality.
<SortableTree// Removed other elements for claritylistIndex: 0,lowerSiblingCounts: []/>
The text was updated successfully, but these errors were encountered:
What are these property used for and what do we configure it to. I'm guessing listIndex is the same as treeIndex but do these properties need to be set properly?
When I use the provided examples in combination with this theme I receive the errors in the console (see screenshot). The controls appear to work correctly although I'm not 100% sure there isn't an unforeseen issue.
In any case, adding
listIndex
andlowerSiblingCounts
to the declaration appears to have resolved the errors but I'm still raising this as an issue to allow others to find a potential solution and also validation that I haven't unknowingly broken internal functionality.The text was updated successfully, but these errors were encountered: