You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Infinite Loading with @hookform/devtools in a React App
Packages Used
react-hook-form:7.54.1
@hookform/devtools:4.3.2
Build Tool: Vite (latest)
Problem Description
I am using a simple React application with react-hook-form and @hookform/devtools. When I include the <DevTool> component in my app, it causes an infinite loading loop during development. However, when I remove the <DevTool> component, everything works as expected.
Issue: Infinite Loading with @hookform/devtools in a React App
Packages Used
7.54.1
4.3.2
Problem Description
I am using a simple React application with
react-hook-form
and@hookform/devtools
. When I include the<DevTool>
component in my app, it causes an infinite loading loop during development. However, when I remove the<DevTool>
component, everything works as expected.Code Example
Here’s the code for my app:
The text was updated successfully, but these errors were encountered: