-
Notifications
You must be signed in to change notification settings - Fork 227
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: make require props optional #737
Conversation
open: boolean; | ||
onOpen: () => void; | ||
onClose: () => void; | ||
onTransitionEnd: React.TransitionEventHandler<HTMLElement>; |
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.
removed these since they are duplicates covered in HTMLProps.
Codecov Report
@@ Coverage Diff @@
## rc0.11.0 #737 +/- ##
=========================================
Coverage 95.16% 95.16%
=========================================
Files 73 73
Lines 2914 2914
Branches 442 442
=========================================
Hits 2773 2773
Misses 46 46
Partials 95 95
Continue to review full report at Codecov.
|
fixes #734
This PR makes all props optional that were required.