Function BindingsConsumer

A component that is rerendered based on input binding changes.

A BindingsConsumer must have exactly one function child.

The general usage pattern is something like:

<BindingsConsumer bindings={{someBinding, anotherBinding}}>
{({someBinding, anotherBinding}) => <Typography>{someBinding} - {anotherBinding}</Typography>}
<BindingsConsumer>