Open FreekVR opened 1 year ago
When using LazyHydrationWrapper with visibility never it also appears HMR is not working during development. Would it be possible to have some sort of bypass for nuxt dev (or vite dev)?
LazyHydrationWrapper
never
nuxt dev
vite dev
But if that would be bypassed how will you be able to test disabled hydration locally in dev mode?
When using
LazyHydrationWrapper
with visibilitynever
it also appears HMR is not working during development. Would it be possible to have some sort of bypass fornuxt dev
(orvite dev
)?