JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
862 stars 90 forks source link

Missing create-react-class with React 0.16 #115

Closed badtant closed 6 years ago

badtant commented 7 years ago

getComponent.js:5 Uncaught Error: Cannot find module "create-react-class"

nowyDEV commented 6 years ago

You can add create-react-class to your projects dependencies as a temporary fix.

dcousens commented 6 years ago

Resolved in master

namwkim commented 6 years ago

Somehow I am still getting this error. I installed this module using "npm install react-tappable --save".

Is npm in sync with the master?

dreamingblackcat commented 6 years ago

Still getting this error with react 16.4.1 and react-tappable 1.0.4 . Manually installing create-react-class solved it.

ericjames commented 5 years ago

Getting this error with "react": "^16.8.6", and "react-tappable": "^1.0.4",

Artkoch commented 4 years ago

Getting the same error
"react": "^16.12.0" "react-tappable": "^1.0.4"