What happened?
Launching http://localhost:5173/ after first install
[plugin:vite-plugin-svelte:compile] C:/Users/Paul/fabric/web/src/lib/components/ui/toast/ToastContainer.svelte:5:9 $toastStore is an illegal variable name. To reference a global variable called $toastStore, use globalThis.$toastStore
https://svelte.dev/e/global_reference_invalid
ToastContainer.svelte:7:9
3 |
4 |
5 | {#each $toastStore as toast (toast.id)}
^
6 | <Toast {toast} />
7 | {/each}
Operating System
Windows
OS Version
How did you install Fabric?
Release Binary - Windows
Version
1.4.455
git install of source
node version v24.18.0
Relevant log output
Relevant screenshots (optional)
No response
What happened?
Launching http://localhost:5173/ after first install
[plugin:vite-plugin-svelte:compile] C:/Users/Paul/fabric/web/src/lib/components/ui/toast/ToastContainer.svelte:5:9
$toastStoreis an illegal variable name. To reference a global variable called$toastStore, useglobalThis.$toastStorehttps://svelte.dev/e/global_reference_invalid
ToastContainer.svelte:7:9
3 |
4 |
5 | {#each $toastStore as toast (toast.id)}
^
6 | <Toast {toast} />
7 | {/each}
Operating System
Windows
OS Version
How did you install Fabric?
Release Binary - Windows
Version
Relevant log output
Relevant screenshots (optional)
No response