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
There's a bug in index.tsx due to the fact that it expects to find multiple issues within /issues and thus return an array to map over. If there are no issues, or only one, then this fails.
There's a bug in
index.tsxdue to the fact that it expects to find multiple issues within/issuesand thus return an array to map over. If there are no issues, or only one, then this fails.