Limenius / liform-react

Generate forms from JSON Schema to use with React (& redux-form)
https://limenius.github.io/liform-react/
MIT License
174 stars 42 forks source link

No longer works for Node 11+ #57

Open Lexouden opened 3 years ago

Lexouden commented 3 years ago

Due to the use of an outdated version of ajv (uses 5.2.2 and latest is 8.2.0) that still uses the deprecated url.parse method (deprecated since node 11) this module will never work if you use Node 11+.

Lexouden commented 3 years ago

If anyone runs into the same issue.

I've taken it upon myself to update and rewrite the module as jform-react