-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
Using spread syntax '{...rest }' with props doesnt work correctly! #15237
Comments
Sorry but I'm not seeing this behavior in your repl...the input stays empty with all three buttons. |
try to update any input with same value. eg: |
Oh gotcha... thanks |
6 tasks
I made a PR : the problem come from And input's |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There is a simple example:
The 2 inputs differ only in the spread operator.
In theory, should both be the same? not?
However, there are a few interesting things when updating the value:
try it here:
https://svelte.dev/playground/7a327186482347e688080339ea4a23a9?version=5.19.9
Reproduction
https://svelte.dev/playground/7a327186482347e688080339ea4a23a9?version=5.19.9
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: