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'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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: