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
Describe the bug The whitespace between foo and bar is removed:
foo
bar
<svg> <text> <tspan>foo</tspan> {"bar"} </text> </svg>
To Reproduce https://svelte.dev/repl/c80264cf1a924890bf1e23374337b141?version=3.15.0
Expected behavior Both <text> elements should contain foo bar, not foobar.
<text>
foo bar
foobar
Severity Can be worked around, but is a bit of a nuisance
The text was updated successfully, but these errors were encountered:
I have a fix for this... PR on its way :)
Sorry, something went wrong.
Fixed in 3.16.6.
Successfully merging a pull request may close this issue.
Describe the bug
The whitespace between
foo
andbar
is removed:To Reproduce
https://svelte.dev/repl/c80264cf1a924890bf1e23374337b141?version=3.15.0
Expected behavior
Both
<text>
elements should containfoo bar
, notfoobar
.Severity
Can be worked around, but is a bit of a nuisance
The text was updated successfully, but these errors were encountered: