-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
[react-jss] Readd forwardRef support #800
Comments
I don't think we can support react-redux in any way, rather we need to wait for react-redux to not check against a function and rather against a valid react element described here |
From @kof on June 12, 2018 9:6 Yeah, but how can we release react-jss with forwardRef support without making it incompatible with so many react-redux versions? |
I don't think we can. |
From @kof on June 12, 2018 10:13 Lets release this change in a major version as soon as reduxjs/react-redux#914 is fixed |
Looks like react-redux/issues/914 has been resolved so hopefully that's unblocked this? |
This was implemented in #943 |
From @kof on June 12, 2018 8:52
It was removed due to issues with redux-connect and the fact that it needs a major release, see #255
Now we need to understand how redux-connect and similar can be supported.
Copied from original issue: cssinjs/react-jss#256
The text was updated successfully, but these errors were encountered: