### 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. ```svelte <div use:action={$store}></div> ``` But now in version 5.0.0-next.57 this doesn't work ### Reproduction Svelte 4: [REPL](https://svelte.dev/repl/2406a63e81774f69b4942378ff373af1?version=4.2.11) (Works) Svelte 5: [REPL](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACmWQwWrEIBCGX2WQQhIIm3saA7310L21p6aHbJwUWaOiY5YSfPcSJbuUHtRx5vt_ZmZjs1ToWfu5MT0uyFr2Yi2rGf3Y_eNXVISsZt4EN-2Zzk9OWuoHPZBcrHEEG9ycpPGiECLMzixQZF3jyTgsdnQ_k9GeIOWA3zVlIXAeg6Kiev5LjhNJo4FDiaqGBb0fv7EC3sOWQEJ1klqje30_vwE_iOxC-XZIwelDMFCwYiSEUuPtfBjei_8cH9RhSjEH6YmD7prHPnQn5ArBY5s759tTGjb2XSPkmpFLIDIajG4nJacr38o0UQJPHqkscouiqGL_kcKuyaKe1WwxQs4SBWvJBYxf8RfBZUkIwgEAAA==) (Error) ### Logs ```shell Error: $store is not defined message: "$store is not defined" stack: "ReferenceError: $store is not defined..." ``` ### System Info ```shell Svelte REPL ``` ### Severity annoyance