Material-ui: Documentation gh-pages throwing error on drawer link click

Created on 26 Jun 2017  路  1Comment  路  Source: mui-org/material-ui

Problem description

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)
bug 馃悰 docs

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chris-hinds picture chris-hinds  路  3Comments

anthony-dandrea picture anthony-dandrea  路  3Comments

revskill10 picture revskill10  路  3Comments

finaiized picture finaiized  路  3Comments

ghost picture ghost  路  3Comments