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 List is rerendered, the first listitem is replaced. If it has focus, it loses focus. The other listitems don't have this problem.
Here's an example using the todomvc application.
The text was updated successfully, but these errors were encountered:
I don't understand the code yet, but the problem appears to be in reconcileChildren, in which stableKey doesn't get set.
reconcileChildren
stableKey
36a9ad6 "fixes" the issue.
Sorry, something went wrong.
WIP: Fix Rerendering of First List Item
3f09430
See hexops/vecty#307
No branches or pull requests
When a List is rerendered, the first listitem is replaced. If it has focus, it loses focus. The other listitems don't have this problem.
Here's an example using the todomvc application.
The text was updated successfully, but these errors were encountered: