[pickers] 'dialogClasses' is not exported from '@material-ui/core/Dialog'
See original GitHub issueThe latest release will address the issue in pickers
./node_modules/@material-ui/lab/internal/pickers/PickersModalDialog.js Attempted import error: ‘dialogClasses’ is not exported from ‘@material-ui/core/Dialog’.
- [v] The issue is present in the latest release.
- [v] I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
Build the project and got failed
./node_modules/@material-ui/lab/internal/pickers/PickersModalDialog.js Attempted import error: ‘dialogClasses’ is not exported from ‘@material-ui/core/Dialog’.
Expected Behavior 🤔
Steps to Reproduce 🕹
Steps:
- Install the latest released version and build
Context 🔦
Your Environment 🌎
"@material-ui/core": "5.0.0-alpha.27",
"@material-ui/lab": "next",
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
DatePicker not working inside a Mat Dialog window
I am trying to create a form, which contains two start/end date Date pickers using Angular Material. For ...
Read more >How to change the styling? · Issue #393 · mui/material-ui-pickers
How to change the styling of input and DatePicker dialog? I want to change the following styles: Input. Underline Style; Text Field Style;...
Read more >Datepicker - Angular Material
The mat-date-range-picker supports custom behaviors for range previews and selection. To customize this, you first create a class that implements ...
Read more >React Color
Color controls what color is active on the color picker. You can use this to initialize the color picker with a particular color,...
Read more >Datepicker - @material-ui/pickers component
Date pickers use a dialog window or an inline popover to select a single date. ... warning that useState hook does not accept...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Right, it was fixed in #26636
hey can i work on this?