We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BaseFieldGroup creates a new object in the render method, which updates FormContext consumers every time.
const p = {x: 2, y: 3} Object.is({...p}, {...p}) // false
More infos in the Context API.
Maybe issue 57 also relates to this issue.
The text was updated successfully, but these errors were encountered:
Should be fixed with release 3.0.0, I'll keep an eye on it.
Sorry, something went wrong.
No branches or pull requests
BaseFieldGroup creates a new object in the render method, which updates FormContext consumers every time.
More infos in the Context API.
Maybe issue 57 also relates to this issue.
The text was updated successfully, but these errors were encountered: