Editing a Recurring Series & Modified Occurrences

I have a recurring series and I am able to individually edit the occurrences or delete them, and they are being rendered and persisted properly.

However, when I edit the entire series, new copy instances are being rendered in addition to the individually edited occurrences. And new copy instances are being rendered in the place of the deleted occurrences

Is this behavior intentional? Do I have something configured wrong?

I am using UTC time:

  scheduler.config.occurrence_timestamp_in_utc = true;
  scheduler.config.server_utc                  = true;

Thanks,
Will

Hello,
All individual occurrences will be lost if you modify the entire serie, currently there is no way to prevent it.
We’ll investigate this issue, maybe this behavior will be changed in one of the future versions of the component

Hi Aliaksandr,
Has this issue has been resolved?