-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pascal case component generation broken #75
Labels
Comments
arminbro
added a commit
that referenced
this issue
Oct 30, 2022
- Fix Pascal case component generation
Merged
github-actions bot
pushed a commit
that referenced
this issue
Oct 30, 2022
## [8.0.1](v8.0.0...v8.0.1) (2022-10-30) ### Bug Fixes * bugfix [#75](#75) ([79089bd](79089bd))
🎉 This issue has been resolved in version 8.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks for reporting, @TravisYeah. You should now be able to generate your components with the pascal case. |
SnowmanSeniorDev
added a commit
to SnowmanSeniorDev/generate-react-cli
that referenced
this issue
Apr 16, 2023
## [8.0.1](arminbro/generate-react-cli@v8.0.0...v8.0.1) (2022-10-30) ### Bug Fixes * bugfix [#75](arminbro/generate-react-cli#75) ([79089bd](arminbro/generate-react-cli@79089bd))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Pascal case components produce broken naming conventions. Example:
To Reproduce
In a new npm project run
npx generate-react-cli component TempTest
and accept all default cli options.Expected behavior
Naming should be
TempTest
.Machine (please complete the following information):
Node 18.12.0
The text was updated successfully, but these errors were encountered: