-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[core] Batch small changes #19174
[core] Batch small changes #19174
Conversation
Sweet, the auto review works :). |
Details of bundle changes.Comparing: b9a8be7...651bb7b
|
* [Alert] Follow import convention * [docs] Fix table display
@@ -13,7 +13,7 @@ filename: /packages/material-ui-lab/src/Alert/Alert.js | |||
```js | |||
import Alert from '@material-ui/lab/Alert'; | |||
// or | |||
import { Alert } from '@material-ui/lab'; | |||
import Alert from '@material-ui/lab/Alert'; |
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.
@oliviertassinari I agree with the other changes but this doesn't really make sense
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.
^^ you are right, I did fix it on master :)
No description provided.