-
-
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
[docs] Add classNames TS demo #17771
Conversation
No bundle size changes comparing 4aea24a...17d2b23 |
Sorry but I don't understand why test_types is failing, can someone help me? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this. Just got a minor nitpick.
The javascript version is generated automatically using |
); | ||
} | ||
|
||
export default withStyles(styles)(ClassNames); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer using makeStyles
over withStyles
@oliviertassinari Doesn’t the withStyles -> makeStyles need to happen first? |
@joshwooding I don't think it's important if we move forward with #16947. I'm happy to see the TypeScript migration. |
@lksilva Thanks |
No description provided.