I have a problem in which I have scenario such that recursively same component I want to call in svelte component. They should work like parent and child such like recursively function call.I have search it over internet and svelte website, but haven't get proper answer?
Is there any another way in svelte and sveltekit for doing that?
I have tried this in the component but at last there is issue of importing the component.
I want any solution for that
- importing the component
- Any other way to do that