You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The React code (using Next.js) works fine, but it doesn't seem like the case with the Leptos port because there are hydration issues 🤔
I've also tested this with Solid.js (with SolidStart) just to see if I'm thinking of the reactive system in the wrong way, but Solid also doesn't have any hydration issues
(albeit my Solid.js code doesn't seem to work properly when a form is detected, isFormControl always evaluates to false; at least there aren't any hydration issues 🤣)
So I'm wondering if I'm actually doing anything wrong here or if something more is going on?
The text was updated successfully, but these errors were encountered:
This is just a question, as there's probably a solution to this, but I'm not sure what's really going on here
I've got this React code:
Which I've ported like so:
The React code (using Next.js) works fine, but it doesn't seem like the case with the Leptos port because there are hydration issues 🤔
I've also tested this with Solid.js (with SolidStart) just to see if I'm thinking of the reactive system in the wrong way, but Solid also doesn't have any hydration issues
(albeit my Solid.js code doesn't seem to work properly when a form is detected, isFormControl always evaluates to false; at least there aren't any hydration issues 🤣)
So I'm wondering if I'm actually doing anything wrong here or if something more is going on?
The text was updated successfully, but these errors were encountered: