pedronauck/react-adopt

Alias props.render to props.children

alidcast opened this issue · 1 comments

edit: this already works :)

You can do that:

const QueryContainer = adopt({
  someQuery: ({ render }) => <ExampleQuery>{render}</ExampleQuery>
})