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

fix: remove hardcoded value in react 'Show' template #375

Closed 29Hido closed 6 months ago

29Hido commented 6 months ago

While I was testing client-create for React I found an hardcoded value in the template

My entity has the name "MyValue" but showing "MyValueretrieved" as shown in the below screenshot image

After testing with testgen.sh, the result is : image

dunglas commented 6 months ago

Thanks!