### Describe the bug ```js let { data } = $props(); let { foo } = $state(data) ``` is compiled into ```js export default function Component($$anchor, $$props) { let tmp = data, foo = $.proxy(tmp.foo); ``` that crashes with error `data is not defined`. From [Discord thread](https://discord.com/channels/457912077277855764/1023340103071965194/threads/1379651056233091256) ### Reproduction [REPL](https://svelte.dev/playground/hello-world?version=5.33.14#H4sIAAAAAAAAA3WP3WoDIRCFX2UYerELIUtvzaZQetN3iL2wcRYEV0UnP0V892oTuiQkV-I5c2a-k9GpmVDgJ1nr4eSj1dCRNky6xxVOxlJCscvIP6HNNaHq19R7COt0JMtN-1aJHul775gc1zU4pn00gd-kk2zm4CPDh6-vqz5M0c8gcT38S9cdEqUbhyXqxiWkFattzpP34rUUGKpfTzKdGQXHA5XVE_T7I7cFHrhPalhiyH8YUGALLyH6kLp-s3iV7WIlVkxdG-3vCjX-csv9VX_K2JNxGsWkbKLyCwZ0GeOtAQAA) ### Logs ```shell ``` ### System Info ```shell Svelte 5.33.0+ ``` ### Severity blocking an upgrade