-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
adds a new event id accessor that is used as a react key, falls back to default #2693
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few bits for you to look at, but otherwise looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last bit that I missed before.
# [1.17.0](v1.16.3...v1.17.0) (2024-12-11) ### Features * adds a new event id accessor ([#2693](#2693)) ([9883ace](9883ace))
🎉 This PR is included in version 1.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
#2694
This PR adds a new accessor for eventId that is applied to the timeGridEvent key, when rendered in the dayColumn. This will allow unique identification of events for proper behavior.