shakacode / re-formality

Form validation tool for reason-react
https://re-formality.now.sh
MIT License
244 stars 35 forks source link

Remove 'CN' library and required brackets around `form.result` #55

Closed JasoonS closed 5 years ago

JasoonS commented 5 years ago

When I copied the quickstart example you provide into my code I received a number of errors that I needed to fix before I could test the library. These were my small fixes.

The CN library is external, so it shouldn't be included in the 'quickstart' example. The brackets around form.result are required to avoid syntax errors.

alex35mil commented 5 years ago

Thanks!