-
Notifications
You must be signed in to change notification settings - Fork 427
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
Ensure compatibility with React v16.8 #1244
Comments
I'm writing my plugins using Class components and would love to be able to use hooks. +1 from the plugin side! |
I think we should definitively support hooks too. I think we should follow the React teams’ advice of not refactoring, but rather, use hooks when it makes sense in future components. |
|
Trying to created a plugin right now with hooks:
|
This has a high priority from our side and hopefully a fix will be available by the end of this week or early next week. Thanks for your patience! |
I just encountered this error trying to use hooks in an input component. Glad I found this issue though, so I didn't spend more time trying to figure this out. Seems like react-hot-loader is locked to an older version (
|
A fix has been released in v0.142.0 🎉 |
Hooks are going to become a popular way doing things in the not-too-distant future. We should ensure that the Content Studio runs smoothly on React v16.8.
Also, do we want to re-write some of your logic to use hooks?
The text was updated successfully, but these errors were encountered: