Open zipme opened 1 year ago
Somehow the hydration error occurs when including a component that uses <ClientOnly> within Suspense.
<ClientOnly>
See https://github.com/zipme/remix-hydration-fix/blob/main/app/routes/defer.tsx https://github.com/zipme/remix-hydration-fix/blob/main/app/components/Test.tsx
Somehow the hydration error occurs when including a component that uses
<ClientOnly>
within Suspense.See https://github.com/zipme/remix-hydration-fix/blob/main/app/routes/defer.tsx https://github.com/zipme/remix-hydration-fix/blob/main/app/components/Test.tsx