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 Jul 28, 2024. It is now read-only.
By adding the navbar menu button for collections that links to the user's username, when the page loads before redux has received the user from backend, it tries to access null's username
Possible fix: assign authPages to null if user is null
The text was updated successfully, but these errors were encountered:
By adding the navbar menu button for collections that links to the user's username, when the page loads before redux has received the user from backend, it tries to access null's username
Possible fix: assign
authPages
to null ifuser
is nullThe text was updated successfully, but these errors were encountered: