Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(calendar): calendar breaks when initialDate is string
Whenever a given initialDate is made out of a string, a possible later ' clean' breaks the calendar refresh by console error. That's because the initialDate is taken as a month reference when no date is given (via clear), but it was forgotten to parse the initialDate beforehand (was working fine as long as it's a JS Date object already)
- Loading branch information