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
Hey! Which embedding option did you use to create your component?
Also, which version of svelte-standalone are you using? You can check it with "standalone -v"
I'm using npm i svelte-standalone@latest for svelte 4 and npm i svelte-standalone@beta for Svelte 5. I'm still adding support/migrating so expect it to be buggy - it works, but has some edges.
About this error, it should be due to the changes from new mount and previous new Component syntax so all of the instances that calls window[instance].start or window[instance].stop should occur in the broswer (client-side).
I tried to replicate your error while using svelte-standalone@beta and I couldn't.
I tried this and created a basic component, didn't change anything, yet this happens:
Any idea what's wrong here? I mean, your cli creates code that should not run on the server:
The text was updated successfully, but these errors were encountered: