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
When I change something in one part of my form, then values is changing and all of the FormPartX want to re-render, even if they are closed. It's a performance issue when the form is complex.
We need functionality that will block passing children when the Collapsible is closed.
I had a performance issue while using multiple Collapsibles, because the closed ones were re-rendering unnecessarily.
I have a form that consists multiple Collapsibles, like this:
When I change something in one part of my form, then
values
is changing and all of the FormPartX want to re-render, even if they are closed. It's a performance issue when the form is complex.We need functionality that will block passing
children
when the Collapsible is closed.I have fixed this by writing this code:
The text was updated successfully, but these errors were encountered: