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
I was trying to use vue-i18n with client:load hydration, I cannot get it work because it keeps telling me i18n is not installed to the app.
So I tried to print out getCurrentInstance() within the component, it turns out that at each component rendering (there is a list of them), instance.appContext.app is different, its uid is never 0 (which is the one from app.ts).
.
Was I doing something wrong? Or is this intended?
Reproduction 馃悶
print out getCurrentInstance() in any client hydrated component.
Dependencies Info
Run npx iles info and pnpm list (or npm list) and provide the output:
ilesandvite.Description 馃摉
I was trying to use
vue-i18nwithclient:loadhydration, I cannot get it work because it keeps telling mei18nis not installed to the app.So I tried to print out
getCurrentInstance()within the component, it turns out that at each component rendering (there is a list of them),instance.appContext.appis different, itsuidis never 0 (which is the one fromapp.ts)..
Was I doing something wrong? Or is this intended?
Reproduction 馃悶
print out
getCurrentInstance()in any client hydrated component.Dependencies Info
Run
npx iles infoandpnpm list(ornpm list) and provide the output:Logs 馃摐
If not providing a reproduction:
Output
Run
DEBUG=iles:* npm run devorDEBUG=iles:* npm run buildand provide the output:Screenshots 馃摲
Provide console or browser screenshots of the problem.