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
removeInternalValues needs to be optimized to reduce the amount of cloning/filtering that is being done on the form value. I've seen this function take upwards of 500ms and on forms that perform multiple change events that could easily add up.
It can be optimized to remove certain fields based on the schema–which already defines which fields have internal values.
The text was updated successfully, but these errors were encountered:
removeInternalValues needs to be optimized to reduce the amount of cloning/filtering that is being done on the form value. I've seen this function take upwards of 500ms and on forms that perform multiple change events that could easily add up.
It can be optimized to remove certain fields based on the schema–which already defines which fields have internal values.
The text was updated successfully, but these errors were encountered: