TIOvOIT / praecox-datepicker

A date picker built with Svelte.Simple and flexible, supporting functions such as single selection, multiple selection, disabling, and marking.
MIT License
65 stars 13 forks source link

A recent commit broke the calendar it seems #33

Open mriot opened 3 years ago

mriot commented 3 years ago

This commit seems to have broken the calendar: https://github.com/TIOvOIT/praecox-datepicker/commit/81f11913db942ba14173ac2b70773342ae2ad5b4

Before before

After (two times the 31.) after

@TIOvOIT mentioning you here since I think it's important

mriot commented 3 years ago

Also @soymanuvalle since it was your commit

mriot commented 3 years ago

I have reverted this commit in my fork, and now it's working fine again as far as I can tell

soymanuvalle commented 3 years ago

Hello @mriot May I ask what browser are you using?

mriot commented 3 years ago

Hi @soymanuvalle I was using Chrome 95

soymanuvalle commented 3 years ago

@mriot I believe it's a date parsing problem, can you try this one please?

npm i git+https://github.com/animus-coop/praecox-datepicker.git#hotfix/theDayOfTheWeek-parsing
mriot commented 3 years ago

@soymanuvalle I have created a new, clean svelte project (with degit sveltejs/template) and installed your branch. Same problem

mriot commented 3 years ago

Can't you reproduce the problem?