Closed pedroborges closed 1 month ago
Right now, onClick handlers passed to the React <Link /> component are only called when the prefetch mode is click as reported in #2018. This is PR fixes that.
onClick
<Link />
click
Closes #2018.
Right now,
onClick
handlers passed to the React<Link />
component are only called when the prefetch mode isclick
as reported in #2018. This is PR fixes that.Closes #2018.