gregnb / gregnb/react-use-calendar
addEvent method is not adding, instead is replacing all the prev event...
Open
- Dominant language
- JavaScript
- Stars
- 56
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
`const {
time, note, city, label,
} = inputs;
const reminder = {
startDate: time, endDate: time, note, city, label,
};
calendarActions.addEvent(reminder);`
despite of the startDate / endDate always replace the current event (never add)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.