-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: Date argument non-optional for the onChange prop #1622
Conversation
Signed-off-by: sakibian <sakib192@gmail.com>
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove the unnecessary comments. Thank you for the contribution!
Signed-off-by: sakibian <sakib192@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
Signed-off-by: sakibian <sakib192@gmail.com>
Head branch was pushed to by a user without write access
- Only need the param on the callback to be required, the onChange prop itself is optional
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1622 +/- ##
==========================================
- Coverage 46.68% 46.64% -0.04%
==========================================
Files 583 591 +8
Lines 36267 36402 +135
Branches 9074 9113 +39
==========================================
+ Hits 16930 16979 +49
- Misses 19285 19371 +86
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Closes: #1601