keenethics/svelte-notifications

Support SSR on <Notifications> Component

Fighter178 opened this issue · 3 comments

I am writing a Sveltekit app, and I encountered a very annoying issue, and that is that the 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

sveltejs/kit#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.