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
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
I think this happens because we have the conditional rendering on the login pop up to check for the user object in the context, which takes additional time to get loaded. Within that short amount of time the UI is getting rendered multiple times, so for that split second between the initial render of the UI and detection of the logged-in user object the login modal pops up.
Describe the bug
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: