I just upgraded my App from 3.4.1 to 3.4.2 and discovered an issue with ClientOnly component.
I have leaflet included which is a client only library, that's why I'm using <ClientOnly> here.
Is there any other way to achieve that, even with 3.4.2? I'm not sure if it is a bug or I'm just using it wrong.
I created a minimal example:
https://stackblitz.com/edit/nuxt-3-4-1-leaflet?file=app.vue - Working with 3.4.1
https://stackblitz.com/edit/nuxt-3-4-2-leaflet?file=app.vue - Broken with 3.4.2