Hi, I am developing an app that loads events to show them in the scheduler in a monthly timeline. Some of these events are assigned to multiple users, so when I load them I create one for each user, within the object I have a unique id to make the scheduler work correctly and the original id to know which events are the same. When I modify them via drag and drop or resize I update all the events in the state that have the same original id with the new dates and the scheduler renders again. Is it possible to avoid this rerender? Is there a way to handle events that are assigned to multiple users natively?
Thank you,
Matteo