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 for has
- 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 for getUTCHours
Reproduction
see description
Logs
No response
System Info
Severity
annoyance
Describe the bug
URL
urlobject.SET
delete 1btn shouldn't rerun the effect forhasclearand 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.
setMillisshould not be logging anythingsetMinutesshould not log anything forgetUTCHoursReproduction
see description
Logs
No response
System Info
Severity
annoyance