-
Notifications
You must be signed in to change notification settings - Fork 144
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
Forward refs #169
Comments
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 7, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 7, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 7, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 7, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 7, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 8, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 8, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 8, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 8, 2020
chinmaychaudhary
added a commit
to chinmaychaudhary/isomorphic-style-loader
that referenced
this issue
Apr 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should drop the
ComposedComponent
and just forward refs to the composed component. This wasn't possible at the time this feature appeared, but is now as we haveReact.forwardRef
.The text was updated successfully, but these errors were encountered: