Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unused window check, as onMount only runs client side (#3279
) I just checked the svelte docs again and onMount / onDestroy only run [client side](https://svelte.dev/docs/svelte#onmount). I found this out while playing with svelte 5 preview (svelte@next) as it throws an error failing to ssr the page. Removing the check does not change the behavior, so I think it can just be removed
- Loading branch information