Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webapp crash on render error #110

Open
mickmister opened this issue Apr 19, 2021 · 0 comments
Open

Webapp crash on render error #110

mickmister opened this issue Apr 19, 2021 · 0 comments

Comments

@mickmister
Copy link

An error occurred where team was undefined in this loop:

>
{this.state.allTeams.map((team) => (
<option
key={team.id}
id={team.id}
value={team.id}
>
{team.display_name}
</option>

I don't have consistent repo steps. It first happened when I exited the system console to go back to a team. There is an archived team on the instance if that could be affecting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant