Alex Grozav
Alex Grozav
I thought so. It would be amazing if it would be lazy-loading per locale the way it does with nuxt-i18n (fallback+current). I suppose the feature request should remain open, then..
@alex-chuev In my opinion, this approach is hard to maintain: - If you ever add another language, you'll need to add a new component in each and every place you...
That's actually a good workaround for the issue. Do you have access to the active locale at that time?
Hey! I'm looking into it. Thank you for reporting the issue.
I'm unable to reproduce this. I've just created a clean Nuxt 3.0.0-rc.11 app and it seems to be working without issues. Can you try to reinstall your dependencies? `rm -r...
Could be that it only happens on Windows. I'll try a Windows machine tomorrow to see what happens.
I've created an issue in the `nuxt/framework` repository. Seems to be related to referencing `html` files in the latest Nuxt version. I'm sorry guys! Meanwhile, until it's fixed, you could...
Thanks a lot for the help, @danielroe. 🙏 I've opened up an issue on the Vite repo: https://github.com/vitejs/vite/issues/10278
I'm probably having the same issue, but for `.vue` files: https://github.com/antfu/vite-ssg/issues/162
@tasiotas Unfortunately you can't reproduce it in Storybook. This only happens when Server Side Rendering is used. 🫤