christianalfoni / formsy-react

A form input builder and validator for React JS
MIT License
2.6k stars 438 forks source link

Cannot find module "create-react-class" #469

Open lexiv0re opened 6 years ago

lexiv0re commented 6 years ago

Having this defined as a devDependency requires manual installation of create-react-class module.

nickmccurdy commented 6 years ago

create-react-class has been extracted from React and isn't recommended for most projects. Use ES6 classes, if you can't then you have to install create-create-class yourself.

veob commented 6 years ago

@nickmccurdy, formsy uses create-react-class in the dist, but doesn't have it in dependencies. Basically the package is broken. Or am I doing something wrong?

Piroru commented 6 years ago

Same here, we aren't using create-react-class in our app, but cos of such formsy behaviour we have to :(

nao-de commented 6 years ago

Any updates on this? A bit frustrating to have this dependency in there.

RavenHursT commented 6 years ago

Wow.. almost a month on this? Maybe formsy-react isn't the way to go... :-(

rkuykendall commented 6 years ago

This issue has been SOLVED in the new formsy organization with Formsy 1.0.1: https://github.com/formsy/formsy-react