-
Notifications
You must be signed in to change notification settings - Fork 832
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
3.2.3 #1271
3.2.3 #1271
Conversation
* Show DateIOType instead of any in prop types tables * Update patrons list * Remove unused filter
After #1236, a few imports were remaining, remove those imports. Also use type `Omit` from typescript utility types. This will ensure zero direct references to `@material-ui/core`.
* Refactor wrapping <Picker /> in state to be 1 component * Fix incorrect outputted typescript definitions * Fixed incorrect KeyboardDatePicker props output
* Open picker by space/enter click * Change new prop name to not conflict with current onOpen * Use only enter to open * Fix comment
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov Report
@@ Coverage Diff @@
## master #1271 +/- ##
==========================================
- Coverage 94.13% 93.62% -0.51%
==========================================
Files 56 55 -1
Lines 1415 1350 -65
Branches 200 199 -1
==========================================
- Hits 1332 1264 -68
- Misses 65 68 +3
Partials 18 18
Continue to review full report at Codecov.
|
This PR closes #
Description