-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
Issue with react-router-dom and useNavigate() #189
Comments
Hi @GeekCornerGH, Thank you for notifying us about the issue! And thank you a lot for providing the way to reproduce it! If you will find the possible solution, please do not hesitate to create the PR. We appreciate all the contributions! Best Regards, |
The issue also occurs with a standard NextJS setup using the built-in navigation. |
I have been having the same problem in nextjs, any solutions? |
Patching is a workaround, if #191 fixes it then why not merge it? |
Hello everyone.
I'd like to report this issue which returns in console the following error:
Only one captcha is permitted per parent container.
Here is a code example where I can reproduce the issue
To reproduce, use the code sample, then click the providen button, then watch the console
I'd like use useNavigate() as much as possible, could you help me?
Thanks in advance for your answer.
The text was updated successfully, but these errors were encountered: