You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using IE 11, React 0.14.2 and Material UI 0.13.1. When navigating away from a component using IconMenu, this error is occurring. The error is not being reproduced in Chome.
I am also seeing this same error with 0.13.3 with the TableBody component. It looks like its coming from the ClickAwayable mixin (which probably explains why @Thomsos is seeing it with IconMenu.)
It works fine in Chrome but not IE11. If I had to guess, I'd say its caused by the event handler being fired aftercomponentWillUnmount is called, but I'm not sure why that would be happening...
I am using IE 11, React 0.14.2 and Material UI 0.13.1. When navigating away from a component using IconMenu, this error is occurring. The error is not being reproduced in Chome.
This error can also be seen when using IE 11 here: http://material-ui.com/#/components/icon-menus
The text was updated successfully, but these errors were encountered: