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
Reported by Bobby289 in chat.
Single-quotes (') are being rendered in text as '.
'
'
This bug appears to have appeared in 3.13.0.
The bug still exists in the current version, 3.14.0.
As you can see in the REPL, ampersands aren't affected by the encoding issue, so this might be a fairly specific issue, I haven't dug any further yet.
The text was updated successfully, but these errors were encountered:
@Conduitry noted in chat:
It also happens with & if you say <p>This & that, {name}</p>
&
<p>This & that, {name}</p>
Sorry, something went wrong.
8237db4
Fixed in 3.14.1 - https://svelte.dev/repl/0e69250553bc4e5ca85b1187967b9cda?version=3.14.1 - Thanks!
tanhauhau
No branches or pull requests
Reported by Bobby289 in chat.
Single-quotes (
'
) are being rendered in text as'
.This bug appears to have appeared in 3.13.0.
The bug still exists in the current version, 3.14.0.
As you can see in the REPL, ampersands aren't affected by the encoding issue, so this might be a fairly specific issue, I haven't dug any further yet.
The text was updated successfully, but these errors were encountered: