We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Module versions (please complete the following information):
vue
vue-i18n
Reproduction Link https://github.com/m0ksem/vue-i18n-render-error
Look at List.vue component. It renders the Separator component from the slot, where $i18n = undefined for some reason.
Probably you need to add a simple undefined check.
Screenshots Current behavior
Probably you should just check for undefined.
const _vueI18n: VueI18nInternal< Messages, DateTimeFormats, NumberFormats > = this.$i18n if (_vueI18n) { _vueI18n.__disableEmitter && _vueI18n.__disableEmitter() } delete this.$el.__VUE_I18N__ }
in packages/vue-i18n/src/mixin.ts:133
The text was updated successfully, but these errors were encountered:
related #412 I think that issue is same!
Sorry, something went wrong.
Yes. The error message looks different, but it is the same issue.
I still get this issue. I upgraded Vue to 3.0.11 in the reproduction repo. So #412 should be reopened.
I checked your repro codes and debugged your code.
I think this is bug of Vue I have confirmed that the beforeUnmount occurs twice in your code as well.
I hope You should send an issue to vue-next along with your code.
No branches or pull requests
Module versions (please complete the following information):
vue
: 3.0.5vue-i18n
: 9.1.6Reproduction Link
https://github.com/m0ksem/vue-i18n-render-error
Look at List.vue component. It renders the Separator component from the slot, where $i18n = undefined for some reason.
Probably you need to add a simple undefined check.
Screenshots
Current behavior
Probably you should just check for undefined.
in packages/vue-i18n/src/mixin.ts:133
The text was updated successfully, but these errors were encountered: