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
Spoke with the React core team this morning about validation and performance.
They suggested that we remove the current usage of scheduler (Remove low priority validation #2891) as it was likely to cause "bugs" depending on certain use-cases
We can explore using startTransition(() => { props.onFieldUpdate(values) }) patterns in an experimental CM-mode release channel
We should investigate non-react bottlenecks such as deep clones and paths
The text was updated successfully, but these errors were encountered:
Spoke with the React core team this morning about validation and performance.
startTransition(() => { props.onFieldUpdate(values) })
patterns in an experimental CM-mode release channelThe text was updated successfully, but these errors were encountered: