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
First of all, thank you to the creator, a sensational library. 🙂
It is quite common when we have large form with multiple sections (fieldset), to separate the sections into different components, but for some reason the library does not work with nested components. Example:
unfortunately this use case is not supported because of how react and this library works. you can, instead, call the function inline on the parent render function:
First of all, thank you to the creator, a sensational library. 🙂
It is quite common when we have large form with multiple sections (fieldset), to separate the sections into different components, but for some reason the library does not work with nested components. Example:
StackBlitz Code
I expected to receive something like:
But I'm getting this:
The text was updated successfully, but these errors were encountered: