You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to be able to create a ref for an enhanced component but I can't do it since connect needs to be called with withRef. Unfortunately there's no way to do it currently. Thoughts?
The text was updated successfully, but these errors were encountered:
satazor
changed the title
Add ability to pass withRef: true to connect()
Add ability to pass withRef: true to connect()
Feb 3, 2017
Sorry for the late @satazor , waiting for a redux-polyglot 1.0 release candidate, you can directly use connect from react-reduxusing getP in the mapStateToProps function
I need to be able to create a
ref
for an enhanced component but I can't do it since connect needs to be called withwithRef
. Unfortunately there's no way to do it currently. Thoughts?The text was updated successfully, but these errors were encountered: