WaitObserver π
Usage
<WaitObserver
delay={1000}
timeout={3000}
onTimeout={onTimeout}
onRetry={onRetry}
children={(props: WaitObserverChildrenProps) => <LoadingState {...props} />}
/>Properties
Last updated
Was this helpful?