throughDirect
Params
Examples
const Agent = createAdvAgent('myarea')
...
<Agent text='hello'/>
...const MyContainer = ({text}) => (
<div>
{text}
</div>
)
export default throughDirect('myarea')(MyContainer)Last updated
const Agent = createAdvAgent('myarea')
...
<Agent text='hello'/>
...const MyContainer = ({text}) => (
<div>
{text}
</div>
)
export default throughDirect('myarea')(MyContainer)Last updated