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
In my post I am referring to self references using the tag element that represents the component. Basically allow the component template to call itself to create a recursive template.
In your blog mentioning "to add self references in the template", you mean this:
https://svelte.technology/guide#refs
TodoMVC that use
ref
and JSON without hardcode should fit your treeview code.https://github.com/sveltejs/svelte-todomvc
The text was updated successfully, but these errors were encountered: