【问题标题】:ReactJS - Warning: Unknown prop `onTouchTap` on <label> tag. Remove this prop from the elementReactJS - 警告:<label> 标签上的未知道具`onTouchTap`。从元素中移除这个道具
【发布时间】:2017-05-12 10:01:16
【问题描述】:

我从http://redux-form.com/6.6.3/examples/material-ui/ 中获取示例并在我的本地主机上运行它。我收到了错误:

警告:标签上的未知道具 onTouchTap。从元素中移除这个道具

错误来自material-ui插件。有人已经解决了吗?

【问题讨论】:

标签: reactjs react-redux material-ui redux-form


【解决方案1】:

在您的应用中添加这些行

import injectTapEventPlugin from 'react-tap-event-plugin';
injectTapEventPlugin();

ReactDOM.render();之前

【讨论】:

    猜你喜欢
    • 2018-01-05
    • 1970-01-01
    • 2018-02-01
    • 1970-01-01
    • 1970-01-01
    • 2017-06-17
    • 1970-01-01
    • 2017-03-11
    • 2017-12-25
    相关资源
    最近更新 更多