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
Hello, awesome tool, I love it! I have an issue with some SVGs though.
tl;dr Some SVG contains name space which are invalid in js/jsx tl;dr: https://stackoverflow.com/questions/59820954/syntaxerror-unknown-namespace-tags-are-not-supported-by-default
Cheers! 🍺
The text was updated successfully, but these errors were encountered:
Hello @praisethemoon
Thank you for used this tools.
Could you give me the name of svg that related with issue your mentioned or packages name in packages/@chakra-icons ?
packages/@chakra-icons
Thank you
Sorry, something went wrong.
Thanks for your reply,
It is a custom SVG, I have attached it below.
I think it is easy because the format x:y almost always end-up x:Y (first letter being upper case) in jsx, no?
x:y
x:Y
SVG 👇
Cheers!
No branches or pull requests
Hello,
awesome tool, I love it! I have an issue with some SVGs though.
tl;dr Some SVG contains name space which are invalid in js/jsx
tl;dr: https://stackoverflow.com/questions/59820954/syntaxerror-unknown-namespace-tags-are-not-supported-by-default
Cheers! 🍺
The text was updated successfully, but these errors were encountered: