升级到16.x后,我得到以下错误
Uncaught TypeError: Cannot read property 'injection' of undefined
at injectTapEventPlugin (injectTapEventPlugin.js:23)
at eval (index.js:53)
at Object.<anonymous> (bundle.js:1363)
at __webpack_require__ (bundle.js:556)
at fn (bundle.js:87)
at eval (multi_main:3)
at Object.<anonymous> (bundle.js:589)
at __webpack_require__ (bundle.js:556)
at bundle.js:579
at bundle.js:582
请帮助!!!
反应版本-> "^16.4.2"
react-tap-event-plugin-> "^3.0.3"
答案 0 :(得分:11)
在React 16.4.0之后我们不能使用react-tap-event-plugin
https://github.com/zilverline/react-tap-event-plugin/issues/121