Replies: 3 comments 3 replies
-
Reproductions provided after discussing on the Nuxt discord: https://codesandbox.io/p/sandbox/exciting-brook-kwl9nb, https://stackblitz.com/edit/github-us1wuk?file=layouts/default.vue Solution: missed |
Beta Was this translation helpful? Give feedback.
-
After searching more deeply, I believe my issue is the same as #1812 |
Beta Was this translation helpful? Give feedback.
-
Seems to be a regression. A temporary solution is to manually revert to version 8.0.0-beta.7 Stackblitz displaying correct funcionality using 8.0.0-beta.7. |
Beta Was this translation helpful? Give feedback.
-
Reason why I'm asking is that when page is called via url, it always displays the tag and then quickly switches to the localized string.
Which IMO indicates that the replacement is happening in the client, and not in the server.
I also thought it might had to do with Vite and being in development, but building it continues the same symptom,
In Nuxt2, I never experienced these issues, as long as it was in SSR and the component wasn't inside tags.
Beta Was this translation helpful? Give feedback.
All reactions