({ children = () => null, ...props })
| 28 | afterEach(cleanup) |
| 29 | |
| 30 | const Async = ({ children = () => null, ...props }) => children(useAsync(props)) |
| 31 | const Fetch = ({ children = () => null, input, init, options }) => |
| 32 | children(useFetch(input, init, options)) |
| 33 |
nothing calls this directly
no test coverage detected