Open sonicdes opened 5 years ago
This change makes it possible to trigger router events from elements nested inside <a>s by looking up the pathname property of the element to which the onclick event was added, instead of the child element which was actually clicked.
<a>
pathname
This change makes it possible to trigger router events from elements nested inside
<a>
s by looking up thepathname
property of the element to which the onclick event was added, instead of the child element which was actually clicked.