-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix: use relation id instead of array index as key in RelationsList #7721
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
base: develop
Are you sure you want to change the base?
Conversation
👷 Deploy request for label-studio-docs-new-theme pending review.Visit the deploys page to approve it
|
👷 Deploy request for heartex-docs pending review.Visit the deploys page to approve it
|
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@nick-skriabin Thank you for reviewing. I assume because this is my first contribution, the workflows still require approval from a maintainer. |
Reason for change: fixes #7716
Replaces array index with relation.id as the key prop for RelationItem components to prevent potential rendering issues when relations are reordered or updated.