-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
"Stateless function components cannot be given refs" warnings with React@next #1539
Comments
Anyone who wants to pick this one? I feel it should be an easy one to get started contributing to storybook, so send me a message if you want to give this a go and want my help! |
@ndelangen I think I'll try to pick this |
Ok, so #1551 fixes the symptoms, but the origin of the problem is |
@Hypnosphi That sounds like the best course of action indeed! Will switching to recompose be easy you think? |
Well, I haven't really digged into it, we should check that it provides the needed features. It may turn out that transferring react-komposer will be a better option (if that's OK for @arunoda) |
if somebody is going to connect with @arunoda please ask about https://github.com/arunoda/podda as well! |
@ndelangen we can achieve the current behaviour using recompose's |
React 16 should be fully supported now. Closing. |
This issue is not about React 16 support |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 60 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
This issue still persists. I am using the following versions
I am getting the following errors:
|
@ndelangen fixes this as part of #3628 |
@Hypnosphi Hoping it can get merged soon. |
I am using the react@next branch with the initial fiber support.
Upon loading the storybook I get 2 warnings:
Things seem to work normally though.
The text was updated successfully, but these errors were encountered: