JedWatson / react-tappable

Tappable component for React

Home Page:http://jedwatson.github.io/react-tappable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing create-react-class with React 0.16

badtant opened this issue · comments

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

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

Resolved in master

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

Is npm in sync with the master?

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

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

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