Enhances a data effect with loading and error fallback rendering.
Input type to the effect.
Error type the effect may throw.
The data effect that produces a DOM node.
A fallback object containing loading and error renderers.
loading
error
A function that wraps the effect in loading/error UI.
Enhances a data effect with loading and error fallback rendering.