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 using the following from the examples along with a dynamic seed value, the resultant svg does not animate
<SVG src="https://cdn.svgporn.com/logos/react.svg" width={256} height="auto" title="React" />
The text was updated successfully, but these errors were encountered:
react-inlinesvg only calls getElement when title or description changes: https://github.com/gilbarbara/react-inlinesvg/blob/14ddfe33ead89c90a0c9b9727ec78455fdddf6ac/src/index.tsx#L199-L201
react-inlinesvg
getElement
title
description
If you want to create an animated remote SVG, you might need to add a dynamic key to the SVG:
<SVG src="https://cdn.svgporn.com/logos/react.svg" width={256} height="auto" title="React" key={seed} />
Sorry, something went wrong.
No branches or pull requests
when using the following from the examples along with a dynamic seed value, the resultant svg does not animate
The text was updated successfully, but these errors were encountered: