Joachim

Results 4 comments of Joachim

Comparing the date-fns source files, v3 does named exports only: [addDays v3](https://github.com/date-fns/date-fns/blob/main/src/addDays/index.ts) and v2 does default exports only: [addDays v2](https://github.com/date-fns/date-fns/blob/v2/src/addDays/index.ts) However, both support `import {addDays} from 'date-fns'` So it'll be...

Okay, thanks! I'll update the peer dependency only, the README already states that we require date-fns >=3.0. What about: "Whilst we do not officially support date-fns 2.x, you can apply...

Sorry about the slow reply @peacechen and @crazydeveloper09 . I think I got to the bottom of it. Please check my PR here: [PR: 381](https://github.com/stephy/CalendarPicker/pull/381) PS: You will need to...

Thanks for merging @peacechen! 8.0.3 is now published and should hopefully fix your issues @crazydeveloper09 @mihailiftodi-D3 @olimpic245