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
The before hook appears to be triggered when a link without 'data-navigo' clicked in some special situations, for example with hash based navigation with a default route.
A click on 'other' link fires the before hook, altough it does not have 'data-navigo' attribute.
Inspecting with F12 shows the 'Other' link does not have an event handler (the 'about' link does) , so seems to be triggered by top level event handler calling resolve()
The text was updated successfully, but these errors were encountered:
The before hook appears to be triggered when a link without 'data-navigo' clicked in some special situations, for example with hash based navigation with a default route.
how to reproduce
foollowing html :
A click on 'other' link fires the before hook, altough it does not have 'data-navigo' attribute.
Inspecting with F12 shows the 'Other' link does not have an event handler (the 'about' link does) , so seems to be triggered by top level event handler calling resolve()
The text was updated successfully, but these errors were encountered: