Jindrich Hulin-Mihalec

Results 4 comments of Jindrich Hulin-Mihalec

> If it's one Svelte component trying to use another pre-compiled pre-bundled Svelte component, there are already other known issues with that (problems with the transitions scheduler, `context` not inheriting,...

I got this which also supports slots. The only restriction is that the main slot must be wrapped in a tag (eg. `{label}`) if something may change within the slot.....

I got another issue.. (C) [onMount not called with dynamic import](https://github.com/sveltejs/svelte/issues/5534)

What about adding to the documentation the info that if you want to use a pre-bundled svelte component in another svelte component you need to have the svelte internals shared?...