whitphx / react-ymd-date-select

Hooks and components for Y-M-D dropdowns with React
https://whitphx.github.io/react-ymd-date-select/
MIT License
45 stars 5 forks source link

module not found when trying to import react-ymd-date-select/presets/chakra-ui #88

Open Moshappp opened 1 year ago

Moshappp commented 1 year ago

Module not found: Error: Can't resolve 'react-ymd-date-select/presets/chakra-ui'

ikusuki commented 9 months ago

Same here...

Bush95 commented 9 months ago

Workaround: change 'react-ymd-date-select/presets/chakra-ui' to 'react-ymd-date-select/dist/esm/presets/chakra-ui'

ikusuki commented 9 months ago

Thank you !!