birik / react-week-calendar

A flexible week calendar implemented in React.js.
MIT License
56 stars 35 forks source link

Fix duplicate key error when creating >10 back-to-back events #2

Closed nickrenfo2 closed 6 years ago

nickrenfo2 commented 6 years ago

Solved an issue when creating >10 events on several days. Now there shouldn't be an issue even when creating one event for each minute for the entire week.

sherwinchu commented 6 years ago

@birik Found this defect as well. It would be great if @nickrenfo2 's fix could be merged to master.

birik commented 6 years ago

@nickrenfo2 @sherwinchu Change was merged. NPM will be updated soon

birik commented 6 years ago

The updates in 0.1.2. @nickrenfo2 Thank you for your commits