SSR: Hydration Warning with Lastpass
Unanswered
Skye Terrier posted this in #help-forum
Skye TerrierOP
Howdy folks. I have an SSR form in app/page.tsx that is throwing hydration error. After a brief search, I've discovered we could:
* Convert the component to a client component (not an option)
* Disable lastPass extension for development (not an option)
I would expect
* Convert the component to a client component (not an option)
* Disable lastPass extension for development (not an option)
I would expect
suppressHydrationWarning to resolve this issue, but doesn't seem to. Do we have any other options?