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
Currently a kebab case style directive such as background-image with a template will cause a error as it uses - in it's variable
background-image
-
Ues the following svelte code:
<script> let url = "https://raw.githubusercontent.com/sveltejs/branding/master/svelte-vertical.png"; </script> <div style:background-image="url({url})" />
No response
n/a
blocking all usage of svelte
The text was updated successfully, but these errors were encountered:
Credit goes to @PuruVJ for finding this issue of course
Sorry, something went wrong.
[fix] handle kebab case style directives (#7123)
c67f8ef
fixes #7122
This should be fixed in 3.46.1.
Amazing
Successfully merging a pull request may close this issue.
Describe the bug
Currently a kebab case style directive such as
background-image
with a template will cause a error as it uses-
in it's variableReproduction
Ues the following svelte code:
Logs
No response
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: