Tabs from material-ui are unclickable. Nothing happens then i click on them. Code is just simple:
`var Tabs = React.createClass ({ render: function() {
You must add this code:
var injectTapEventPlugin = require("react-tap-event-plugin"); injectTapEventPlugin();
I wonder why it is not explicitly mentioned in their examples.