You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing client side transitions, accessing the .value of useSupabaseSession works perfectly. When hitting the page directly, the session.value is null when it shouldn't be. However, the session object looks ok...
I tried to reproduce using the playground in this repository without success.
But I tried to remove modifications done in this commit #338 (comment) and I reproduce the behavior.
Also, the issue #350 makes me think that the commit 9dee37e is not shipped in the 1.2.0.
@larbish, are you sure to ship this 9dee37e in the latest version?
When doing client side transitions, accessing the .value of useSupabaseSession works perfectly. When hitting the page directly, the session.value is null when it shouldn't be. However, the session object looks ok...
any ideas here?
The text was updated successfully, but these errors were encountered: