11

反応を 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" 反応タップ イベント プラグイン -->"^3.0.3"

4

1 に答える 1

13

React 16.4.0 以降は react-tap-event-plugin を使用できません

https://github.com/zilverline/react-tap-event-plugin/issues/121

于 2018-09-10T07:52:09.977 に答える