Would be nice to pass a class or an object method
Can be solved with a closure ....
And very readable and helpfull, because I recently ran in this design limitation: https://github.com/sveltejs/svelte/issues/3923 : multiple arguments in `use:action not allowed by design.
You can now do use:obj.method={...} in 3.26.0.
Most helpful comment
You can now do
use:obj.method={...}in 3.26.0.