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
If, without reloading the app, you go to details of one completed challenges, check the winners, and then go to another completed challenge details, you'll see that winners have not been reloaded properly. The reason is incorrect logic in related actions / reducers: they don't remember for which challenge the results have been loaded into redux state, and they don't reload results if they see that some results are loaded.
The text was updated successfully, but these errors were encountered:
If, without reloading the app, you go to details of one completed challenges, check the winners, and then go to another completed challenge details, you'll see that winners have not been reloaded properly. The reason is incorrect logic in related actions / reducers: they don't remember for which challenge the results have been loaded into redux state, and they don't reload results if they see that some results are loaded.
The text was updated successfully, but these errors were encountered: