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
The text was updated successfully, but these errors were encountered:
useSubscription
hook (use provided shim so that react peer dependency does not need to be bumped)useSubscription
hook should return value for use in affected hook/component (rather than accessing atom value directly)FieldDependenciesAtom
and extendFieldStateAtom
to contain values for branch errors and branch isValidatingAtom.fuse
may need to be extend with optional equality function so that branch erros / branch isValidating atoms can be created without extra re-rendersThe text was updated successfully, but these errors were encountered: