-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
use forwardRef api for icons #99
Comments
We should use |
@neoziro any suggestions? |
I believe there's a compat layer for forward Ref. |
@neoziro nvm on polyfill. React team doesn't seem to have published a backward polyfill package. |
It is not polyfillable. |
@neoziro maybe we let them specify the version of react they're using with the ref option? defaulting to 15? |
I need to investigate what is possible to do. |
Follow up in #184. |
I'm wondering if we should use the new forwardRef for the ref option, or if we should create a new option?
What do you think @neoziro
The text was updated successfully, but these errors were encountered: