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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Hey there! I hate to be a bother, but I just tried to implement this component in a project I'm working on and ran into an SVG rendering glitch. I was hoping you might have some insight into what I might have gotten wrong.
The first SVG renders as expected, but after the transition, the second one---which should be an ⨉---looks a little corrupted. I'm not sure how to go about troubleshooting this, but I'm happy to provide any details that'd be useful.
Here's the component I was writing, in case it helps:
I saw similar results when I refactored the <svg> tags out into separate React components, so I suspect that's not it. Otherwise... any thoughts? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey there! I hate to be a bother, but I just tried to implement this component in a project I'm working on and ran into an SVG rendering glitch. I was hoping you might have some insight into what I might have gotten wrong.
The first SVG renders as expected, but after the transition, the second one---which should be an
⨉
---looks a little corrupted. I'm not sure how to go about troubleshooting this, but I'm happy to provide any details that'd be useful.Here's the component I was writing, in case it helps:
I saw similar results when I refactored the
<svg>
tags out into separate React components, so I suspect that's not it. Otherwise... any thoughts? Thanks in advance!The text was updated successfully, but these errors were encountered: