svelte-notifications icon indicating copy to clipboard operation
svelte-notifications copied to clipboard

Support SSR on <Notifications> Component

Open Coder-0178 opened this issue 2 years ago • 3 comments

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?

Coder-0178 avatar Feb 14 '23 04:02 Coder-0178

I also encountered this problem too.

ryzencool avatar Mar 07 '23 12:03 ryzencool

I am running into this, too; it appears to be this issue

https://github.com/sveltejs/kit/issues/4919

alexlafroscia avatar Apr 05 '23 14:04 alexlafroscia

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.

jeanbmar avatar Apr 16 '23 08:04 jeanbmar