Closed smartin015 closed 5 years ago
Fixes #793
The bug was caused because props.numAliveAdventurers does not update when user input changes the current card state (that requires fetching the actual state instead of the props passed at initial card render time).
props.numAliveAdventurers
Fixes #793
The bug was caused because
props.numAliveAdventurers
does not update when user input changes the current card state (that requires fetching the actual state instead of the props passed at initial card render time).