renardsas
renardsas
[See this discussion](https://github.com/nuxt/framework/discussions/666)
Achieving lazy hydration in Vue 3 from scratch : https://blog.logrocket.com/vue-3-lazy-hydration-from-scratch/
I have same issue. 3.2.0 break SSR changes with new project or update from 3.0.0 to 3.2.0. Everything works on client side but SSR is not reflecting any changes. Nuxt...
> We've just merged a fix for a very similar issue of HMR on Windows. Would anyone experiencing this be happy to test the fix via the [edge channel](https://nuxt.com/docs/guide/going-further/edge-channel/)? I...
> The feedback is much appreciated. My nuxt.config.ts only has: > > `export default defineNuxtConfig({ modules: ['@nuxtjs/tailwindcss'], });` Hi, This issue is for Windows and for Nuxt version >= 3.0.1....
I'm not sure if this is related to that issue. If we update the example with Nuxt (3.11) and install nuxt-font, we encounter a 500 error: _[vite-node] [plugin:vite:css] /.nuxt/nuxt-fonts-global.css_ **stackblitz**...
> I've also noticed the `useDetectTypes` error: > > ``` > vue-router.mjs:3451 SyntaxError: The requested module '/_nuxt/node_modules/@blokwise/dynamic/dist/runtime/composables/useDetectTypes.d.ts?v=1dc4d1a3' does not provide an export named 'useDetectTypes' (at useHydrate.mjs?v=1dc4d1a3:2:10)` > ``` > >...