-
-
Notifications
You must be signed in to change notification settings - Fork 337
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 (in promise) TypeError: Cannot read property '__disableEmitter' of undefined #412
Comments
Thank you for your reporting! I tried to reproduce this issue. The below issue minimul repo: I need the component structure information from the
Could you give us the component info and structure, please? 🙏 |
vue 3.0.7 is work "vue": "3.0.7",
"vue-i18n": "^9.0.0" |
Are you using There is no |
Oh, @ota-meshi and @jiangjunfeng98 why didn't i see your comments earlier, it could have saved my morning ;) I came to the same conclusions. Vue 3.0.7 works and it is related to |
@ota-meshi and @jiangjunfeng98 Yes, I'm using In a few hours I will try to prepare some sandbox version of that problem. |
@mits87 did you check which version is really installed using |
ohh, you are right. The |
I encountered same problem and my Vue version is 3.0.7(double checked with |
It works fine with the newly released vue v3.0.10. |
We have the same issue, in particular we are using this stack:
In the latest versions of Primevue they use heavily teleports, which cause the aforementioned error when we change route. |
You need to use |
Thanks, you are right, I cannot replicate it anymore after upgraded vue and cleaned my caches. |
This issue was caused by a bug in Vue. This problem does not occur after Thank you for your feedback! |
Hi,
I've just installed the latest version of vue-i18n-next and I have a big problem because it does it work correctly with vue-router. Exactly the same bug like we can find here: #253
Some people suggested to use
NODE_ENV=production
but I can't do that based on fact I'm using different .env files for different environments. Also based on NODE_ENV I'm attaching some extra functionality. So this is not solution.Version & libraries:
I'm using these version of libraries:
The behaviour:
When I'm trying to change page (using vue-router) I get those errors:
Someone has still a similar problem?
The text was updated successfully, but these errors were encountered: