inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.56k stars 435 forks source link

[2.x] Fix `onClick` in React adapter #2019

Closed pedroborges closed 1 month ago

pedroborges commented 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.

Closes #2018.