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
At the moment, the EE Header component is rendering a 'Go Back' arrow that is expecting a route path to go to or will use the .go(-1) expecting to go back to the previous route.
The problem is that if you are in a flow and the arrow is using the .go(-1) and you go further and then try to go back, will go to the next screen and not to the previous screen, because it was the last visited one.
What is the problem
At the moment, the EE
Header
component is rendering a 'Go Back' arrow that is expecting a route path to go to or will use the .go(-1) expecting to go back to the previous route.The problem is that if you are in a flow and the arrow is using the .go(-1) and you go further and then try to go back, will go to the next screen and not to the previous screen, because it was the last visited one.
Screen recording for clarification:
https://images.zenhubusercontent.com/479516074/f211082e-b842-4c7c-a8a1-57b8ce23faa9/screen_recording_2022_05_19_at_16_22_52.mov
What should be happening
The user should be able to follow the flow to the right while clicking on buttons, and go to the left while clicking on the header arrow.
Guess we need to get rid of router.go(-1) and be able to pass the corresponding route path when needed.
The text was updated successfully, but these errors were encountered: