-
-
Notifications
You must be signed in to change notification settings - Fork 32.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
recompose dependency has been removed but the documentation still uses it #15954
Comments
@Bouncue Nice finding. We can migrate the demo to use the style hook API, it will remove the need to import a private module of the documentation. Do you want to work on it? :) |
I am afraid I can't, I don't know about hook API. what I know is just copy and paste the code from doc |
@oliviertassinari I looked into this yesterday but didn't finish as there is no hook version of |
@merceyz We are using |
Yeah, just asking if I should convert it to hooks now with |
@oliviertassinari Alright, done |
I have been using recompose/compose exactly like in the doc:
https://material-ui.com/components/hidden/
Only the import was from 'recompose/compose' not 'docs/src/modules/utils/compose' (I have tried this too)
But don't work anymore maybe because of Remove recompose dependency (#14479)
What is the alternative of that?
The text was updated successfully, but these errors were encountered: