### Describe the bug The generated code in dev mode references an undefined variable, maybe it thinks every variable in the expression has been declared with `$.prop`? ### Reproduction https://svelte.dev/playground/8e7f81107bbd4530a08a77ebe520a10b?version=5.28.2 Look at the JS output, compiler options must be: - generate: client - dev: true ### Logs ```shell ``` ### System Info ```shell NA ``` ### Severity annoyance