-
Notifications
You must be signed in to change notification settings - Fork 347
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
TypeError: Super expression must either be null or a function #686
Comments
ue-property-decorator vue3 Not Supported |
I have this same issue too on Nuxt3 (vue3) with server-side or not. |
The vue3 version needs to be installed using The |
npm install vue-slider-component@next works for me. Thanks! |
@NightCatSama
Do you have any idea? |
I had too many problems with nuxt3, I just migrated to @vueform/slider. |
I have this issue using plain Vue 3.3.11; same error as OP. With
package.json:
|
UPDATE: WORKING Using Still had an error, however as usual, when dealing with mystery, the old trick of deleting
Consequently, in the server console I see this, a really good sign:
And now browser is error free, slider works. |
vue 3
The text was updated successfully, but these errors were encountered: