You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The i18n-t/translation components seem not to support a custom component environment.
They throw a instance.appContext.app is null error.
It seems to be related to this ticket #628 which has been fixed by @kazupon.
Expected behavior
The i18n-t/translation component should not be dependend on appContext.app when it is loaded within a custom element.
Reporting a bug?
The i18n-t/translation components seem not to support a custom component environment.
They throw a
instance.appContext.app is null
error.It seems to be related to this ticket #628 which has been fixed by @kazupon.
Expected behavior
The i18n-t/translation component should not be dependend on appContext.app when it is loaded within a custom element.
Reproduction
https://stackblitz.com/edit/vitejs-vite-4dvqbr?file=src%2Fcomponents%2FHelloBlock.ce.vue
System Info
Screenshot
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: