Support SSR on <Notifications> Component
Fighter178 opened this issue · 3 comments
Fighter178 commented
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?
ryzencool commented
I also encountered this problem too.
alexlafroscia commented
I am running into this, too; it appears to be this issue
jeanbmar commented
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.