You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will take a look at a workaround for this. It's an intentional limitation of JSX from what I have found, and so it's not a bug from their point of view.
Is your portfolio site public? I'd love to see how you're using TurboReact.
Okay, thanks for having a look. Just ironing out a few last bugs then I'll
send you a link.
On 16 Feb 2015 09:46, "Ross Allen" [email protected] wrote:
I will take a look at a workaround for this. It's an intentional
limitation of JSX from what I have found, and so it's not a bug from their
point of view.
Is your portfolio site public? I'd love to see how you're using TurboReact.
—
Reply to this email directly or view it on GitHub #13 (comment)
.
The React team is still considering how to properly handle SVGs: facebook/react#1657
It might make sense to have a workaround in Reactize until React lands full SVG support, and so I will keep looking. I also want to make Reactize fall back to a full page load if it has any problems converting documents.
My portfolio site uses quite a few SVGs inline, this breaks with the error...
I can get away with removing the namespace on the actual SVG itself, but I'm using
To create a linkable logo.
Any way around this? Love the script!
The text was updated successfully, but these errors were encountered: