bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

Using the library with create-react-app #4

Closed Michael-D-Pine closed 6 years ago

Michael-D-Pine commented 6 years ago

Hi,

getting issues such as below when I try the library out, installs ok but as soon as I try and import anything even just FormBuilder I get the following issue.

./node_modules/react-reactive-form/src/FieldGroup.js Module parse failed: Unexpected token (20:6) You may need an appropriate loader to handle this file type. | const { strict, children, render } = this.props | return ( | <Field | control={this.control} | strict={strict}

bietkul commented 6 years ago

Please try it now, this issue has been resolved in the latest version.

Michael-D-Pine commented 6 years ago

Thumbs up

Updated to latest version and all looks good, thanks!

regards Michael