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
I user Link component for navigation.
Step for reproducing:
Block transition to back - history.block(message) in my case message is boolean true or false
Call history.goBack() transition is blocked!
Inside will be called method "revertPop" with fromLocation param (it is a location that was created with "getDOMLocation" method and use event.state data). In my keys state is empty. It is browser event data.
As a result, will be called "go(delta)" with incorrect delta (See attached file)
The text was updated successfully, but these errors were encountered:
Hi, try to describe the problem.
I user Link component for navigation.
Step for reproducing:
As a result, will be called "go(delta)" with incorrect delta (See attached file)
The text was updated successfully, but these errors were encountered: