Hey, just wanted to let you know that the documentation pages for the latest version (v0.18.4) is throwing when you click on every Link in the drawer.
Uncaught TypeError: Cannot read property 'query' of undefined
at Object.y [as push] (app.js:15)
at Object.r.handleChangeList [as onChange] (app.js:25)
at n.r.handleItemTouchTap (app.js:9)
at Object.onTouchTap (app.js:9)
at Object.r.handleTouchTap [as onTouchTap] (app.js:6)
at r.handleTouchTap (app.js:2)
at Object.r (app.js:11)
at a (app.js:7)
at Object.s [as executeDispatchesInOrder] (app.js:7)
at f (app.js:4)
at m (app.js:4)
Found out now, if that may help, that it only happen when clicking on the container element of the ListItem (or the ListItem itself I don't know how you used it) if you click on the rightIcon it work. Also it only happen on the item with nestedChilds not the inner ones.
Most helpful comment
Found out now, if that may help, that it only happen when clicking on the container element of the ListItem (or the ListItem itself I don't know how you used it) if you click on the rightIcon it work. Also it only happen on the item with nestedChilds not the inner ones.