function Subscribe<TSourceData, TSelected>(props): ReactNode;Defined in: packages/react-form/src/Subscribe.public.tsx:36
A React component that allows you to subscribe to source state.
This is useful for opting into state re-renders for specific parts of the state.
TSourceData
TSelected
SubscribeProps<TSourceData, TSelected>
ReactNode