Closed jonadeline closed 3 years ago
I had the same issue with 0.1.4 and installing 0.1.3 instead also fixed the issue
I also have this issue, downgrading to 0.1.3 resolves the issue.
The problem is very obviously here in src/local.ts
and src/session.ts
. @andsala would you appreciate a PR reverting the relevant changes, or was that change intentional but the build pipeline didn't do whatever it was intended to do?
I'm not using much Svelte lately so I'd love PRs to fix the issues
Hi,
Since the release of 0.1.4 it seems that this component is not compatible with SSR/Universal rendering (with sapper) any longer. A reference to
window.localStorage
is generated in theserver.js
causing an error as the window object doesn't exist server side.Rolling back to 0.1.3 fix the issue.