get-convex / convex-helpers

A collection of useful code to complement the official packages.
MIT License
66 stars 8 forks source link

Sessions #114

Closed ianmacartney closed 2 months ago

ianmacartney commented 2 months ago

Store the session ID as undefined by default, rather than the weird string.

Previously if your app didn't successfully execute the useEffect you'd end up with the SSR_DEFAULT in your localstorage and just keep using that later.

Also some feedback from @xixixao