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
If a web component has a property, it is not set from markup unless it's entirely lowercase.
https://svelte.dev/repl/833b65a684ac497db2209d43a9a7e41d?version=3.48.0
The setter for incrementAmount does not fire. If you change it in both places to incrementamount then it works.
incrementAmount
incrementamount
This is probably a duplicate of #7381, but I think spells out the bug a little more clearly.
n/a
REPL
annoyance
The text was updated successfully, but these errors were encountered:
looks like this works in Svelte 5, so I'll close this
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If a web component has a property, it is not set from markup unless it's entirely lowercase.
Reproduction
https://svelte.dev/repl/833b65a684ac497db2209d43a9a7e41d?version=3.48.0
The setter for
incrementAmount
does not fire. If you change it in both places toincrementamount
then it works.This is probably a duplicate of #7381, but I think spells out the bug a little more clearly.
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: