Reactive UtilitiesstartTransitionEdit this pagefunction startTransition: (fn: () => void) => Promise<void>; Similar to useTransition except there is no associated pending state. This one can just be used directly to start the Transition.Report an issue with this pagePrevious← splitPropsNextuntrack →