#Render a svelte (framework) component through a typescript file
1 messages · Page 1 of 1 (latest)
I dont think you can render svelte components like that - what you can do is set state for your svelte component to be rendered/updated and then be either rendered or not.
Maybe @merry ore can say more about that