Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESModules compliant export of DayPickerInput #1225

Closed
wants to merge 1 commit into from

Conversation

natepappenhagen
Copy link

ESModules compliant export of DayPickerInput
This lib @ 7.4.10 currently blocks me and my team from moving forward with Vite/Rollup because DayPickerInput does not export in an ES Modules compliant way. This should now export DayPickerInput from the index of DayPicker.

this should resolve this open issue:
#1194

So we can import like this:

import { DayPickerInput } from 'react-day-picker';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant