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
There is an issue where the UI doesn’t update after dispatching the selectScenario action. For instance. during an onboarding tour, this action is supposed to change the scenario to a predefined one for tour purposes. But the UI keeps showing the old scenario instead of updating to the new one, even though the action is dispatched correctly and reflected in other components, like the district map.
Steps to reproduce
Select a scenario other than the baseline scenario.
Start any onboarding tour.
Notice how the baseline scenario card selection doesn’t update visually even though the selectScenario action has been dispatched. The district map shows the change, but the scenario card does not.
Expected Outcome
When the selectScenario action is dispatched programmatically, the UI should update to reflect the newly selected scenario
What browser(s) are you using?
Firefox
Browser Version (and name if 'other' was selected)
No response
The text was updated successfully, but these errors were encountered:
Description
There is an issue where the UI doesn’t update after dispatching the
selectScenario
action. For instance. during an onboarding tour, this action is supposed to change the scenario to a predefined one for tour purposes. But the UI keeps showing the old scenario instead of updating to the new one, even though the action is dispatched correctly and reflected in other components, like the district map.Steps to reproduce
Expected Outcome
When the
selectScenario
action is dispatched programmatically, the UI should update to reflect the newly selected scenarioWhat browser(s) are you using?
Firefox
Browser Version (and name if 'other' was selected)
No response
The text was updated successfully, but these errors were encountered: