Menus not working after upgrading to 1.0.0
See original GitHub issueHello all.
I have noticed after upgrading to @material-ui/core@1.0.0
, my application menus stopped working. They are being created within the MuiModal-root
but the MuiModal-hidden
class aren’t being removed.
- This is a v1.x issue (v0.x is no longer maintained).
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
MuiModal-hidden
class getting removed from the modal root.
Current Behavior
MuiModal-hidden
class is still applied to modal root.
GIF reference
Context
It is not working when I try to show the drawer, menu within the AppBar nor within the rows per page menu on TablePagination
.
Your Environment
Tech | Version |
---|---|
Material-UI | v1.0.0 |
React | v16.2.0 |
browser | Google Chrome |
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Menus not working after upgrading to 1.0.0 · Issue #11530
Hello all. I have noticed after upgrading to @material-ui/core@1.0.0, my application menus stopped working. They are being created within ...
Read more >No Menus After 12.0.1 Upgrade - Forum
Now they are telling me I need to upgrade to 12.1 to fix the menus which means two more upgrades of NTA and...
Read more >Menu glitch is patched on 1.0.0 : r/PokemonGlitches
I haven't updated my game since installing it and it says its on version 1.0.0 but the menu glitch still seems to be...
Read more >Menu problem after upgrade from 3.10 to 4.2.3
Hello, I uninstalled the custom templates, only the standard templates are installed: + Beez3 + Hathor Administrator Template
Read more >1.0.0 - Context Menu on Issue Overview not working as before
It was working for me on 1.0.1, but since last update to r4045 it has been causing error 500 on the log and...
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
The fix for this is to also ensure react-dom is updated to at least 16.3.0
Thanks for this. I was fighting with all of my menus after upgrading to 1.0. Upgrading to React and react-dom 16.3 from 16.2 fixed it.