-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Uncaught TypeError: ThemeWrapper is not a constructor #33
Comments
Hey 👋 thanks for raising this! I'm seeing this as well in a bare bones codesandbox instance. I think I messed the ES build up when aiming to support SSR in svelte-kit. After reverting that change it seemed to fix things (published to Looking into producing the proper ssr bundle |
@AnicetNgrt this should be fixed in 0.4.9! |
Thank you! About to check this out |
Upgraded to 0.4.9, looks like I still have it... |
Hmm let me take a deeper look into what's going on. |
@AnicetNgrt I'm not able to reproduce this with the template you mentioned using
and adding svelte-themer as a devDependency or dependency should work with that setup |
I'll try to restart from scratch tomorrow @josefaidt |
@josefaidt It's working after restarting from scratch. Must have been a mistake on my side. Thanks for the fast fix! |
Hi.
Using
sveltejs/template
with nothing modified exceptsvelte-themer ^0.4.8
installed as a dev dependency.npm run dev
In the browser console all I get is
I'm a Svelte noob, am I missing something?
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: