Skip to content
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

[Snackbar] Fix anchorOrigin types #12316

Merged
merged 3 commits into from
Jul 28, 2018
Merged

[Snackbar] Fix anchorOrigin types #12316

merged 3 commits into from
Jul 28, 2018

Conversation

nmchaves
Copy link
Contributor

Fixes #12283

@@ -3,7 +3,7 @@ import { StandardProps } from '..';
import { TypographyProps } from '../Typography';

export interface DialogContentTextProps
extends StandardProps<TypographyProps, DialogContentTextClassKey> {}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not related to this PR. It was changed automatically by Prettier.

@@ -283,7 +283,7 @@ const DialogTest = () => {
</List>
</div>
<DialogContent>
<DialogContentText variant='body2' color='primary'>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. This change is not related to this PR. It was changed automatically by Prettier.

@oliviertassinari oliviertassinari merged commit 59759c2 into mui:master Jul 28, 2018
@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation component: snackbar This is the name of the generic UI component, not the React module! labels Jul 28, 2018
@oliviertassinari
Copy link
Member

@nmchaves Awesome!

@nmchaves nmchaves deleted the fix-snackbar-types branch July 28, 2018 17:46
@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation and removed docs Improvements or additions to the documentation labels Jul 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: snackbar This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants