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
When a field component is memoized with React.memo, the component doesn't reflect when its value changes.
React.memo
https://codesandbox.io/p/devbox/musing-water-h333hr
The second field should display whatever is being typed into it.
react-form
v1.0.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a field component is memoized with
React.memo
, the component doesn't reflect when its value changes.Your minimal, reproducible example
https://codesandbox.io/p/devbox/musing-water-h333hr
Steps to reproduce
Expected behavior
The second field should display whatever is being typed into it.
TanStack Form adapter
react-form
TanStack Form version
v1.0.5
The text was updated successfully, but these errors were encountered: