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
item is undefined when this error is thrown. I've tried to do a little bit of debugging, but it seems like a weird race condition that I can't put my finger on.
The text was updated successfully, but these errors were encountered:
Describe the bug
It appears that playing the first card in a new round too quickly results in a fatal exception which crashes the app.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app won't crash.
Screenshots
Additional context
The exception appears to be here in
board.tsx
: https://github.com/tom-james-watson/wikitrivia/blob/master/components/board.tsx#L113item
isundefined
when this error is thrown. I've tried to do a little bit of debugging, but it seems like a weird race condition that I can't put my finger on.The text was updated successfully, but these errors were encountered: