Alias props.render to props.children
alidcast opened this issue · 1 comments
alidcast commented
edit: this already works :)
pedronauck commented
You can do that:
const QueryContainer = adopt({
someQuery: ({ render }) => <ExampleQuery>{render}</ExampleQuery>
})