-
Is it only for me or it happens for others? react-hook-form.com gets reloaded again and again from time to time, and after a while it's in an infinite reload loop! I use chrome, was using adblocker, but disabled it, still having the issue. |
Beta Was this translation helpful? Give feedback.
Answered by
pooyarm
Jan 6, 2022
Replies: 2 comments 1 reply
-
Sounds like a useEffect issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
The problem was a conflict with apollo client extension, and it was triggered on search functionality of the website, it works fine with disabling that extension. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pooyarm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem was a conflict with apollo client extension, and it was triggered on search functionality of the website, it works fine with disabling that extension.