api-platform / create-client

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
https://api-platform.com/docs/client-generator/
MIT License
373 stars 132 forks source link

Fix #243 by importing Field in Form.js in the React generator #244

Closed walva closed 3 years ago

walva commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tickets fixes #243
License MIT
Doc PR

Fix the React client generator by adding the missing import Field from 'redux-form'

Many thanks to @metaclass-nl who helped me a lot.

dunglas commented 3 years ago

Thanks @walva!