Closed as not planned
Description
Describe the bug
The use: directive docs says
Legacy mode
Prior to the$effect
rune, actions could return an object withupdate
anddestroy
methods, whereupdate
would be called with the latest value of the argument if it changed. Using effects is preferred.
However there is no mention of the usage of $effect
rune in svelte/action docs.
Reproduction
N/A
Logs
N/A
System Info
N/A
Severity
annoyance