You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current TimeGridEvent component is rendered with a key of evt_${index}. When trying to maintain rendering state when attached to a child of this component, unexpected behavior occurs if an event is is removed or added from the event array.
Expected Behavior
Id expect that events can be uniquely identified beyond the index element of the array.
Check that this is really a bug
Reproduction link
Incoming when I have time.
Bug description
The current TimeGridEvent component is rendered with a key of
evt_${index}
. When trying to maintain rendering state when attached to a child of this component, unexpected behavior occurs if an event is is removed or added from the event array.Expected Behavior
Id expect that events can be uniquely identified beyond the index element of the array.
Actual Behavior
Events are key'd simply by array index.
react-big-calendar version
0.39.3
React version
17.0.2
Platform/Target and Browser Versions
Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: