We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I would like to develop web components with Svelte. For this I have set "compilerOptions" to true. svelte.config.js
... const config = { ..., compilerOptions: { // enable web component mode customElement: true } }; ...
After my changes the App is broken and nothing works anymore.
Logs
Uncaught TypeError: Cannot read property 'page' of undefined Uncaught (in promise) TypeError: Illegal constructor
To Reproduce
<svelte:options tag="component-NAME_HERE"/>
The text was updated successfully, but these errors were encountered:
Related #4502
Sorry, something went wrong.
Any news on this?
Closing in favor of #4502
No branches or pull requests
Describe the bug
I would like to develop web components with Svelte. For this I have set "compilerOptions" to true.
svelte.config.js
After my changes the App is broken and nothing works anymore.
Logs
To Reproduce
<svelte:options tag="component-NAME_HERE"/>
to all components.The text was updated successfully, but these errors were encountered: