26 | { ({ loading, error, data }) => (
27 |
28 | { loading && {/* handle loading here */} }
29 | { error && {/* handle error here */} }
30 | { data && {/* handle data here */}}
31 |
32 | )}
33 |
34 | ```
35 | - See [odata-query](https://github.com/techniq/odata-query) for supported `query` syntax
36 |
37 | ### Passes remaining props to underlying `