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
371 stars 132 forks source link

React template : unknown prop #53

Open pierre-H opened 6 years ago

pierre-H commented 6 years ago

Hello,

I just find the item prop in the Create component which is not defined in the proptypes and it's never defined :

https://github.com/api-platform/client-generator/blob/c7af287d38e903c761024a551e77f95459419f5e/templates/react/components/foo/Create.js#L30

Is it normal ?

Thank you !

pierre-H commented 6 years ago

Idem for the created prop in the Update component : https://github.com/api-platform/client-generator/blob/c7af287d38e903c761024a551e77f95459419f5e/templates/react/components/foo/Update.js#L47

Not defined in proptypes

dunglas commented 6 years ago

It's definitely a bug, from the very beginning.