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
React version: 19.0.0
Link to code example: codesandbox
When change the order of the list, the list item unmounted and then mounted, except for the first element.
It should not remount during the update phase.
I test the same code on react 18, which has no problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
React version: 19.0.0
Steps To Reproduce
Link to code example: codesandbox
The current behavior
When change the order of the list, the list item unmounted and then mounted, except for the first element.
The expected behavior
It should not remount during the update phase.
I test the same code on react 18, which has no problem.
The text was updated successfully, but these errors were encountered: