react-datepicker
react-datepicker copied to clipboard
fix: remove date-fns as external package
name: fix: remove date-fns as external package about: Update of date-fns library from 3.6 to 4.1 was running into a issue with current rollup configuration title: Remove date-fns as external package labels: "" assignees: "martijnrusschen"
Description
Linked issue: #5108
Problem Get back online page with latest version of date-fns
Changes Rollup issue remove
Contribution checklist
- [x] I have followed the contributing guidelines.
- [x] I have added sufficient test coverage for my changes.
- [x] I have formatted my code with Prettier and checked for linting issues with ESLint for code readability.
Yes, you're right. This fix increases the bundle size a lot. I'll look into it and tell you. Thanks for the observation