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
Would it be possible to pass a Svelte component while using the vanilla version of this library (importing from the dist folder)?
For clarification, this is an app which can compile Svelte (using Webpack) but that does not use it as a primary source of templating. I would like to pass in a Svelte component for more complex layouts.
I did try very briefly to do that, and it didn't seem to work that well (the browser was throwing some weird errors). So I would like to know if this is a scenario that is even possible and that has been considered before.
The text was updated successfully, but these errors were encountered:
That's quite an unusual use-case - I haven't actually tested this tbh. AFAICT, sending a component message only works when developing in a Svelte environment, since Svelte requires to be compiled.
Hello,
Would it be possible to pass a Svelte component while using the vanilla version of this library (importing from the
dist
folder)?For clarification, this is an app which can compile Svelte (using Webpack) but that does not use it as a primary source of templating. I would like to pass in a Svelte component for more complex layouts.
I did try very briefly to do that, and it didn't seem to work that well (the browser was throwing some weird errors). So I would like to know if this is a scenario that is even possible and that has been considered before.
The text was updated successfully, but these errors were encountered: