meteor / react-packages

Meteor packages for a great React developer experience
http://guide.meteor.com/react.html
Other
573 stars 158 forks source link

Ref property is not passed into Wrapped component #189

Closed gerwinbrunner closed 3 years ago

gerwinbrunner commented 8 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);

filipenevola commented 3 years ago

I'm closing this just because it's too old. We can open new issues for items that are still valid.