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.
Show something special if no issues at all exist
Fix the method so that 1 issue doesn't fail
The text was updated successfully, but these errors were encountered:
isidorosp
changed the title
The app fails to build the master list of issues if there are less than 2 issues in /issues
App fails to build master list of issues if there are less than 2 issues in /issues
Jan 26, 2021
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.The text was updated successfully, but these errors were encountered: