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
Should load GroupLeaderboard component listed under Scene key="group_leaderboard" when click tab for group_leaderboard with Actions.group_leaderboard(ActionConst.REFRESH);
Actual behaviour
GroupPage component is triggered again when navigate to group_leaderboard through Actions.group_leaderboard(ActionConst.REFRESH);
Refresh isn't quite what you think it is. It wont rerender the view unless you are passing in fresh props to change the state of what is rendered. Or if you use onEnter and a time delta to poll the backend to rerender.
Version
Tell us which versions you are using:
Expected behaviour
Should load GroupLeaderboard component listed under Scene key="group_leaderboard" when click tab for group_leaderboard with Actions.group_leaderboard(ActionConst.REFRESH);
Actual behaviour
GroupPage component is triggered again when navigate to group_leaderboard through Actions.group_leaderboard(ActionConst.REFRESH);
The text was updated successfully, but these errors were encountered: