We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a filename has a character that is invalid in variable names, it causes a syntax error.
Add an ampersand (&) to a filename.
Any invalid characters should be stripped (or replaced) when generating component names.
The text was updated successfully, but these errors were encountered:
Hello @christopher-gibson, could you submit a PR to fix it? The problem is in the function that transforms filename into component name.
Sorry, something went wrong.
fix: invalid characters in component name (#332)
4b4bd2c
Fix #331
Successfully merging a pull request may close this issue.
🐛 Bug Report
When a filename has a character that is invalid in variable names, it causes a syntax error.
To Reproduce
Add an ampersand (&) to a filename.
Expected behavior
Any invalid characters should be stripped (or replaced) when generating component names.
The text was updated successfully, but these errors were encountered: