-
Notifications
You must be signed in to change notification settings - Fork 297
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
Data Duplication issue using react-hook-form #1449
Comments
Adding a |
I have rendered a list of 10 TextInput fields. When I focus on the last TextInput and scroll up, I notice that the focus is also applied to the first rendered TextInput. Does anyone faced this issue? "@shopify/flash-list": "^1.7.1", |
video attached below: |
Current behavior
I have a list of questions and answers (Q/A) where the state is managed by react-hook-form. When there are many questions and the user scrolls, the answers get duplicated in the UI. For example, the answer for the first question appears again in a later question, even though the underlying data is correct.
Here’s a reproduction of the issue: https://snack.expo.dev/@amjedbouhouch/react-hook-form-flash-list-issue?platform=android
ScreenShots
Expected behavior
To Reproduce
https://snack.expo.dev/@amjedbouhouch/react-hook-form-flash-list-issue?platform=android
Platform:
Environment
1.6.4
The text was updated successfully, but these errors were encountered: