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
Describe the bug When resizing a list of messages, sometimes the messages ends up being visually squashed.
To Reproduce Try to resize the window with the app codesandbox
you should end up with something like this
Expected behavior The messages should looks the same when resizing
Platform:
The text was updated successfully, but these errors were encountered:
It seems like you are setting the same key to all of the items. Such case is not supported. https://react.dev/learn/rendering-lists#keeping-list-items-in-order-with-key
Sorry, something went wrong.
Sorry my bad, i edited the wrong ids when making the example 🤦♂️ yeah it's working
No branches or pull requests
Describe the bug
When resizing a list of messages, sometimes the messages ends up being visually squashed.
To Reproduce
Try to resize the window with the app
codesandbox
you should end up with something like this
Expected behavior
The messages should looks the same when resizing
Platform:
The text was updated successfully, but these errors were encountered: