-
Notifications
You must be signed in to change notification settings - Fork 103
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
SVG issues #126
Comments
I am not seeing any problems, using it on my end. Can you post an example of what's not working, please? The following is rendering fine for me:
Just as a guess - if you're using namespaces in your property names, that may be the issue. I.E., as described in facebook/react#2250 and facebook/react#4908 - switching things like |
Hmm... I used the SVG workaround I mentioned earlier for production code; however, when I first opened the issue, I was playing around with a CodeSandbox and I couldn't get inline SVG to show up. For some reason, I can't get the initial issue to reproduce either. It's possible that some markup error on my end was preventing inline SVGs from displaying. I think this is a non-issue now and you can close this. Thank you for your help! |
Okay, np. Thanks for reporting - and if you see other issues, please feel free to raise them! |
From @jasonpacheco -
We would like users to add their own SVG markup inline with the JSX templates but the parser can't parse inline SVG unless it is passed as a unique component into component.
The text was updated successfully, but these errors were encountered: