A simple and reusable datepicker component for React
-
Updated
Jul 20, 2022 - JavaScript
Add a description, image, and links to the datepicker-component topic page so that developers can more easily learn about it.
To associate your repository with the datepicker-component topic, visit your repo's landing page and select "manage topics."
Describe the bug
Currently
@duetds/date-pickerdoes not work with Rollup (or I didn't get it to).The problem appears to be a dynamic import statement with a template string:
Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To