Version 4.5.7
What's Changed
- fix(): update React TSX template so it works; fixing issue #178
Full Changelog: v4.5.6...v4.5.7
Summary of changes
The React template used for .tsx
file generation was not working as expected. Added any
types and using props
instead of spreading to children
. Verified it working in Codesandbox.