-
Hi everyone, Application crash when there are too many react-hook-form based forms and radio buttons in them. https://codesandbox.io/s/flow-ckhobm Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like the issue is nothing to do with RHF, but with your UUID generator function. If you pass a stable value (at least, the premiseType index, tho, not recommended) as your label |
Beta Was this translation helpful? Give feedback.
It looks like the issue is nothing to do with RHF, but with your UUID generator function. If you pass a stable value (at least, the premiseType index, tho, not recommended) as your label
key
prop, the issue disappears.