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
Clicking the currently active page causes the state to become stuck in a 'leaving' transition in 0.2.9, and with solution from === to it stuck on the route if clicked twice.
Version related:
v.0.2.9 and higher
Message:
Hello, @ismamz. First at all, thank you for that package, it's really useful. I've tried to
if(from===to){complete();next();}
as it was mentioned before, it works. However, now it doesn't navigate anywhere from the link it currently is. For example, when I click twice on the current link "/contact", then after it doesnt want to navigate to "/" route. Is there any possible solution for that? Thanks in advice
UPD. I roll back it to 0.2.8 and now It seems to be working.
The text was updated successfully, but these errors were encountered:
Issue title:
Clicking the currently active page causes the state to become stuck in a 'leaving' transition in 0.2.9, and with solution
from === to
it stuck on the route if clicked twice.Version related:
Message:
Hello, @ismamz. First at all, thank you for that package, it's really useful. I've tried to
as it was mentioned before, it works. However, now it doesn't navigate anywhere from the link it currently is. For example, when I click twice on the current link "/contact", then after it doesnt want to navigate to "/" route. Is there any possible solution for that? Thanks in advice
The text was updated successfully, but these errors were encountered: