svelte-notifications
svelte-notifications copied to clipboard
Support SSR on <Notifications> Component
I am writing a Sveltekit app, and I encountered a very annoying issue, and that is that the <Notifications> component doesn't support SSR. Even moving it to dependencies didn't help. Can you please support SSR?
I also encountered this problem too.
I am running into this, too; it appears to be this issue
https://github.com/sveltejs/kit/issues/4919
Make sure to restart vite dev daemon after running npm install. Failing to do so will procude this SSR error. I don't think this is something with this component.