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
currently after the invitation is accepted, the user database list won't change until refreshing the page.
we have this useEffect in hooks like useUserRepoList, useOwnerRepoList, and when repoList.list.length !== 0 it won't reset the repoList even data has changed
currently after the invitation is accepted, the user database list won't change until refreshing the page.
we have this useEffect in hooks like useUserRepoList, useOwnerRepoList, and when repoList.list.length !== 0 it won't reset the repoList even data has changed
The text was updated successfully, but these errors were encountered: