We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This isn't a common use case but the connect decorator breaks the case when a parent component needs to call a child component's functions as documented here: https://facebook.github.io/react/tips/expose-component-functions.html
I agree it's better to handle these situations using flux or props but was curious to see whether or not this incompatibility can be avoided.
The text was updated successfully, but these errors were encountered:
We've decided to expose a way to access the instance (via a getUnderlyingRef() method). This will be in our API revamp from #16.
getUnderlyingRef()
Sorry, something went wrong.
No branches or pull requests
This isn't a common use case but the connect decorator breaks the case when a parent component needs to call a child component's functions as documented here: https://facebook.github.io/react/tips/expose-component-functions.html
I agree it's better to handle these situations using flux or props but was curious to see whether or not this incompatibility can be avoided.
The text was updated successfully, but these errors were encountered: