Open radix opened 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?
material-ui
<div onTouchTap=...>
Having the same problem. Any news?
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?