Render when piping
See the useIsPiping hook for details
about how to conditionally render something when the pipeline is in an executing (piping) state.
The useIsPiping hook can be utilized in your own components.
You can alternatively use the provided WhenIsPiping or WhenIsNotPiping conditional components. It is the preferred approach for most use-cases.