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 the component is initially rendered at small or medium screen sizes, and then subsequently resized to large, the narrative is not complete upon visiting all items.
Actual behaviour
Under the above conditions, the component only completes when returning to the first item again. Essentially the setStage method needs to be called during the resize to set the current item (in this case first item) to _isVisited.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
If the component is initially rendered at small or medium screen sizes, and then subsequently resized to large, the narrative is not complete upon visiting all items.
Actual behaviour
Under the above conditions, the component only completes when returning to the first item again. Essentially the
setStage
method needs to be called during the resize to set the current item (in this case first item) to_isVisited
.The text was updated successfully, but these errors were encountered: