react-tap-event-plugin
react-tap-event-plugin copied to clipboard
React no longer allows unknown props
Hi, it appears that React no longer allows arbitrary props on DOM elements in JSX: https://facebook.github.io/react/warnings/unknown-prop.html
I'm a prospective user of material-ui, which uses <div onTouchTap=...> which no longer works... Is there some workaround to get this plugin working with recent versions of React?
Having the same problem. Any news?