Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uncaught TypeError: Cannot read property 'injection' of undefined [closed]

I am getting following error after upgrading react to 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

Please help!!!

react version --> "^16.4.2" react-tap-event-plugin --> "^3.0.3"

like image 655
Dark Knight Avatar asked Sep 10 '18 05:09

Dark Knight


1 Answers

We cannot use react-tap-event-plugin after React 16.4.0

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

like image 53
TLD Avatar answered Oct 24 '22 07:10

TLD