Prasad Silva
Prasad Silva
@mdpedersen I'm running into this issue. Did you manage to workaround this?
What did you have in mind for 2.0? Wrap the toggleDrawer call in a Drawer component method?
Cool. Just ran into this. Having trouble getting a ref to the Layout.. For this (in render): `` I get empty object for `this.refs` in a click handler. Anyone else...
Nevermind, issue was my fault. Scopes! :)
Scopes? Make sure the click handler is a closure with the correct 'this' object. ES5: .bind() or ES6: () => { }