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
Describe the bug
when playing the game their is a random chance for client to crash
Bug happen on firefox mobile (android 106.1) chrome mobile (android 107.0.5304.91) and desktop (linux, v105).
To Reproduce
Steps to reproduce the behavior:
play the game
???
See error
It seems to happen more frequently when playing fast (dragging cards quickly) mayby it's related to card not loading properly.
The game is attempting to run the capitalize function on an undefined value.
Root cause is that the const type = React.useMemo on line 52 of item-card.tsx returns item.instance_of[0] as a fallback, but this can be undefined if the array is empty.
Describe the bug
when playing the game their is a random chance for client to crash
Bug happen on firefox mobile (android 106.1) chrome mobile (android 107.0.5304.91) and desktop (linux, v105).
To Reproduce
Steps to reproduce the behavior:
It seems to happen more frequently when playing fast (dragging cards quickly) mayby it's related to card not loading properly.
Screenshots
Additional context
Console export when bug happened.
console-export-2022-11-3_9-53-31.txt
The text was updated successfully, but these errors were encountered: