-
-
Notifications
You must be signed in to change notification settings - Fork 357
Version 6.0.0-beta.2 fails at render when used as a external dependency #279
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
Comments
@lmiguelmh it's fixed now. the latest version is |
i just installed this package with Vue 3 and I am getting this same error, please what can i do |
Uncaught (in promise) TypeError: Cannot read property 'isCE' of null |
@Dropcodee can you try with |
alright |
I have 6.0.0-beta.4 and that still happens only in production. |
I also got TypeError: Cannot read property 'isCE' of null. Upgrading Vue from 3.0.0 to 3.2.6 resolved it for me. |
same as @matrei got a TypeError : Cannot read property 'isCE' of null |
I am also having this issue, using vue 3.2.20 and beta.6 |
Is there any change? I have the same issue. vue-tel-input": "^6.0.0-beta.7" |
For those who are still struggling vue/core issue The code I modified in const path = require('path')
module.exports = {
...
// for VueTelInput
configureWebpack: {
resolve: {
symlinks: false,
alias: {
vue: path.resolve('./node_modules/vue')
}
}
}
} |
Thank you for this solution. its solve for me |
Using the latest version as an external dependency (6.0.0-beta.2 at the time of this writing):
Fails with:
A workaround is to use version 5.6.1.
The text was updated successfully, but these errors were encountered: