Open mendrinos opened 5 months ago
Getting the same error on a nuxt 3 project running nuxt build.
@brunopbarbosa I'm running into the same issue with Nuxt 3, did u find a solution?
@brunopbarbosa I'm running into the same issue with Nuxt 3, did u find a solution?
You can try to bypass this issue for the affected component by wrapping it in <ClientOnly>
so it only renders on client side.