zilverline / react-tap-event-plugin

Instant TapEvents for React
http://facebook.github.io/react/
MIT License
1.07k stars 110 forks source link

React no longer allows unknown props #103

Open radix opened 7 years ago

radix commented 7 years ago

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?

jampy commented 7 years ago

Having the same problem. Any news?