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
One of the key focuses of Skeleton v3 (our next major version) is support for Svelte 5. In other words, please stick with Svelte 4 while running Skeleton v2.x. Otherwise you're asking for trouble!
I'm going to assign this to @Mahmoud-zino (author of the Tree View feature) to determine if this is relevant to fix for Skeleton v3, given we do expect other changes to occur as part of the process of porting from Svelte 4 -> 5. I will defer to his opinion on this.
Current Behavior
It seems it's using a
children
attribute which is reserved in Svelte 5 for the default snippet.Expected Behavior
Rename
children
tochildNodes
or similar.Steps To Reproduce
Use
TreeViewItem
in a Svelte 5 project.The text was updated successfully, but these errors were encountered: