Describe the bug
In svelte 4 and in version 5.0.0-next.54 i was able to pass $store as action parameter like this.
<div use:action={$store}></div>
But now in version 5.0.0-next.57 this doesn't work
Reproduction
Svelte 4: REPL (Works)
Svelte 5: REPL (Error)
Logs
Error: $store is not defined
message: "$store is not defined"
stack: "ReferenceError: $store is not defined..."
System Info
Severity
annoyance