-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
No unminified code available #3840
Comments
yuki0410-dev
added a commit
to yuki0410-dev/react-datepicker
that referenced
this issue
Mar 20, 2024
yuki0410-dev
added a commit
to yuki0410-dev/react-datepicker
that referenced
this issue
Mar 20, 2024
yuki0410-dev
added a commit
to yuki0410-dev/react-datepicker
that referenced
this issue
Mar 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was wondering how the
todayButton
-prop was implemented at the source level, only to find out that there's no unminified code available in the package (react-datepicker@4.8.0
):^ It's evident straight from the directory listing that
react-datepicker.js
andreact-datepicker.min.js
are the exact same size.It would be useful to have the uncompressed code available.
The text was updated successfully, but these errors were encountered: