-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSR warning due to different checksums on client and server #40
Comments
Ha! It's because every field receives an |
Here is related React issue. |
I've fixed it on |
Awesome, i haven't tested yet, but I indeed that's a react issue. |
Well, basically it works like this - every form has it's own id generator and share it to all it's fields, so every form and every field has guaranteed |
I am using Flow Router SSR, when using an
<AutoForm>
component I get this error on browser console:Any ideas on how to tackle this?
The text was updated successfully, but these errors were encountered: