Understand the useForm.tsx file
I visited your source code, and I was a bit confused.
I noticed that this hook calls
thanks
I noticed that this hook calls
useStore inside a function, which violates the React hooks rule, So how it possible to do that, and how it's stable?thanks
