We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@inertiajs/react
After switching from v1 to v2 all onClick handlers for the elements don't work anymore.
<Link href='/' onClick={() => alert(1)}>Click here</Link> <Link as="button" method="post" href='/' onClick={() => alert(1)}>Click here</Link>
The text was updated successfully, but these errors were encountered:
onClick
Successfully merging a pull request may close this issue.
Version:
@inertiajs/react
version: #.#.#Describe the problem:
After switching from v1 to v2 all onClick handlers for the elements don't work anymore.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: