[Dialog] Discrepancy between documentation and reality #14190
Labels
component: dialog
This is the name of the generic UI component, not the React module!
support: question
Community support but can be turned into an improvement
Found some nonsense that needs to be fixed:
On the official Material UI documentation it says we can use all the values from 'xs' to 'xl' . [ link: https://material-ui.com/demos/dialogs/ ]
but when I pass the prop 'xl' I get this error in my console:
There's a guy in a previous issue that says he added support for 'lg' back in August 2018 ... so is it my fault and I do need to update the material-ui dependency?
Do I need to manually put a pixel width to the modal to get rid of that annoying error and make it large like the examples you have on the docs?
Also why would you not support bigger screen sizes for modal maxWidth? Why are we forced to use small modals and we cannot use bigger ones? Computers and laptops are still around in this world no?
thank you so much for clearing my mind, I'm pretty confused by this whole maxWidth issue...
The text was updated successfully, but these errors were encountered: