Timothée Petit
Timothée Petit
Hello @LeCarbonator thank for your time, I removed the `React.StrictMode` in the sandbox and the problem is still present
The problem appear only if you write a single `t`, it enables the condition to render the field lastName and there the problem appear as you can see below https://github.com/user-attachments/assets/387c2611-d03e-4aa7-bf57-acc2f1339ee8
From the documentation `createFormControl` should be created outside of the component, `shouldUnregister` will works but in my production case it will be detrimental as some fields are mounter/unmounted conditionally. I...