We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1640471 commit 1277e9aCopy full SHA for 1277e9a
packages/react-renderer-demo/src/components/layout.js
@@ -184,7 +184,7 @@ const Layout = ({ children }) => {
184
<MenuIcon className={classes.menuIcons} />
185
</IconButton>
186
</Toolbar>
187
- <Hidden smDown>
+ <Hidden smDown implementation="css">
188
<Drawer
189
className={classes.drawer}
190
variant="persistent"
@@ -198,7 +198,7 @@ const Layout = ({ children }) => {
198
<Divider />
199
</Drawer>
200
</Hidden>
201
- <Hidden mdUp>
+ <Hidden mdUp implementation="css">
202
203
204
variant="temporary"
0 commit comments