-
-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supprot React.forwardRef to HOC components #1381
Comments
Ok, lets add it to v6 |
done |
@Havunen thanks brother, Do you have this on the next plan? or shall I open a feature request issue? |
There is an issue about that already: I know some libraries just wrap the diffing in try catch and thats it, but its not actually how React does it, because it can catch event listeners too. |
Or maybe we implement it the basic way and document the difference |
React doesn’t catch event listeners. It unmounts from the root of a tree does not explicitly catch the exception in a componentDidCatch |
Ah okay! Should be doable then |
I'm closing this ticket as Inferno v6 is now released! 🎉 |
Inferno not supporting React.forwardRef propsed by React 16.3
https://reactjs.org/docs/forwarding-refs.html
The text was updated successfully, but these errors were encountered: