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
Server and client rendered components match and no warning is logged.
What do you see instead?
"Warning: Prop htmlFor did not match. Server: ":Riq:-form-item" Client: ":R9:-form-item" Error Component Stack"
Additional information
React.useId() generates different IDs during server-side rendering and client-side hydration. This is happening in FormItem component where we're using useId() to generate unique identifiers. The form component was not modified after it was installed.
The text was updated successfully, but these errors were encountered:
What version of HonoX are you using?
0.1.27
What steps can reproduce the bug?
What is the expected behavior?
Server and client rendered components match and no warning is logged.
What do you see instead?
"Warning: Prop
htmlFor
did not match. Server: ":Riq:-form-item" Client: ":R9:-form-item" Error Component Stack"Additional information
React.useId()
generates different IDs during server-side rendering and client-side hydration. This is happening inFormItem
component where we're usinguseId()
to generate unique identifiers. The form component was not modified after it was installed.The text was updated successfully, but these errors were encountered: