Material UI - Drawer does not open
问题 I have a react app with Material-UI 1.2. Although the state is properly updated, the drawer does not open close. I have also correctly applied the bind on onLeftIconButtonTouchTap . Here is my implementation of the TemporaryDrawer : // .. imports const styles = { list: { width: 250, }, fullList: { width: 'auto', }, menuButton: { marginLeft: 12, marginRight: 36, }, }; class TemporaryDrawer extends React.Component { render() { const { classes, toggleDrawer, isOpen } = this.props; const sideList