Closed
Description
Describe the bug
URL
- in this REPL things that didn't change still run the effects. (click on buttons mulitple times, see the effects rerun and they also run for things that didn't change)
- see this REPL. changes on url.searchParams dont reflect on
url
object.
SET
- In this REPL items that don't exist in the set will cause reactivity when they shouldn't. clicking on
delete 1
btn shouldn't rerun the effect forhas
- In this REPL click on
clear
and then try the add/delete buttons, nothing is fine-grained anymore everything gets called
MAP
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.
- go to this REPL
- clicking on
setMillis
should not be logging anything - clicking on
setMinutes
should not log anything forgetUTCHours
Reproduction
see description
Logs
No response
System Info
svelte5-next137
Severity
annoyance
Metadata
Metadata
Assignees
Labels
No labels