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
use useSyncExternalStore in internal useSubscription hook (use provided shim so that react peer dependency does not need to be bumped)
internal useSubscription hook should return value for use in affected hook/component (rather than accessing atom value directly)
remove FieldDependenciesAtom and extend FieldStateAtom to contain values for branch errors and branch isValidating
Atom.fuse may need to be extend with optional equality function so that branch erros / branch isValidating atoms can be created without extra re-renders
useSubscriptionhook (use provided shim so that react peer dependency does not need to be bumped)useSubscriptionhook should return value for use in affected hook/component (rather than accessing atom value directly)FieldDependenciesAtomand extendFieldStateAtomto contain values for branch errors and branch isValidatingAtom.fusemay need to be extend with optional equality function so that branch erros / branch isValidating atoms can be created without extra re-renders