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
ah, I misunderstood the error. It's caused by an SSR component trying to render a child DOM component (i.e. the webpack config is excluding external modules, so pkg.main is being imported instead of pkg.svelte).
Perhaps Svelte should try and detect this situation and offer a more meaningful error. It won't be able to tell people exactly what to do, but it could point them in the right direction.
In the REPL, we get an error —
— and in my local project I'm seeing
The text was updated successfully, but these errors were encountered: