Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide initialSnapshot to logout recoil state update snapshot #4929

Merged
merged 3 commits into from
Apr 11, 2024

Conversation

martmull
Copy link
Contributor

@martmull martmull commented Apr 11, 2024

  • Fixes blank screen after logout
  • Provide isCurrentUserLoadedState (=== true since user is logged in when logging out) to handleSignOut initial snapshot as userProvider returns blank screen with isCurrentUserLoadedState default value (=== false)

@martmull martmull linked an issue Apr 11, 2024 that may be closed by this pull request
@martmull martmull marked this pull request as ready for review April 11, 2024 15:37
@martmull martmull force-pushed the 4928-fix-logout-blank-screen branch from 91dc58d to b7825e9 Compare April 11, 2024 15:45
@martmull martmull merged commit e6a5a63 into main Apr 11, 2024
5 of 8 checks passed
@martmull martmull deleted the 4928-fix-logout-blank-screen branch April 11, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix logout blank screen
2 participants