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
Lib does not work in Sveltekit. It renders only empty svg:
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" fill="red"> <!-- HTML_TAG_START --> undefined <!-- HTML_TAG_END --> </svg>
But, if i copy it in project and use it from there, it somehow works
svelte-inline-svg: 1.2.0 Node: 16.15.1 Sveltekit: 1.27.4 Svelte: 4.2.7
The text was updated successfully, but these errors were encountered:
Could you provide me with a minimal reproduction?
Sorry, something went wrong.
No branches or pull requests
Lib does not work in Sveltekit. It renders only empty svg:
But, if i copy it in project and use it from there, it somehow works
svelte-inline-svg: 1.2.0
Node: 16.15.1
Sveltekit: 1.27.4
Svelte: 4.2.7
The text was updated successfully, but these errors were encountered: