Reference
unstable_next
Runs a callback at normal priority when the current priority is higher.
Signature
function unstable_next<T>(callback: (): T): TReference
Runs a callback at normal priority when the current priority is higher.
function unstable_next<T>(callback: (): T): T