Closed gerwinbrunner closed 3 years ago
I have a container with a ref.
But this ref is not passed to the Wrapped component. Any idea on how to do this?
export default AtInputContainer = createContainer(props => { console.log("AtTextInput", props); return { showLabels: AccountsTemplates.options.showLabels, } }, AtInput);
I'm closing this just because it's too old. We can open new issues for items that are still valid.
I have a container with a ref.
But this ref is not passed to the Wrapped component. Any idea on how to do this?
export default AtInputContainer = createContainer(props => { console.log("AtTextInput", props); return { showLabels: AccountsTemplates.options.showLabels, } }, AtInput);