-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Super expression must either be null or a function, not undefined #686
Comments
Need more information in order to know what's going on here - how are you using preact and vue at the same time? |
It seems like your build is not resolving the |
May be because of this |
I faced the same issue with a package that depends on Preact.
None of this worked Here's my "dependencies": { |
hello,
recently,i use a plugin in my project.
And this plugin depend on preact
and when i import it to my project
it shows error in chrome console,it shows
Uncaught TypeError: Super expression must either be null or a function, not undefined
and my project is using vue.js
how should i do?
thanks a lot!!!
The text was updated successfully, but these errors were encountered: