-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
svelte5: reactivity package classes are not fine-grained #11727
Comments
FoHoOV
changed the title
svelte5: reactivity packages classes are not fine-grained
svelte5: reactivity package classes are not fine-grained
May 22, 2024
This was referenced May 22, 2024
@dummdidumm can you reopen this issue because its not fixed. I've also edited the original issue to add date examples. |
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
URL
url
object.SET
delete 1
btn shouldn't rerun the effect forhas
clear
and then try the add/delete buttons, nothing is fine-grained anymore everything gets calledMAP
same problems as SET. in this REPL, click on clear then click on
set 2 to 2
.DATE
anything that changes internal time value of Date will cause reactivity for every read method.
setMillis
should not be logging anythingsetMinutes
should not log anything forgetUTCHours
Reproduction
see description
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: