Hydration errors with Nuxt3 and runtime compiler
I want to migrate Nuxt3 app to CF pages, however there seems to be a problem with dynamic component rendering at the runtime.
This is an example of component that I use:
Here is the nuxt config:
I get following error: 'Hydration completed but contains mismatches.' as shown on image, when running:
Due to this error app is not working ok when doing SSR in combination with runtime compilation.
0 Replies