-
-
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
Snackbar: transition does not work with SnackbarContent #16637
Comments
👋 Thanks for using Material-UI! We use the issue tracker exclusively for bug reports and feature requests, however, If you would like to link from here to your question on SO, it will help others find it. |
I suspect the issue is MySnackbarContentWrapper (but hard to say without a link to the sandbox. Is it a function component? If so, please read the page linked in the error message, it should answer your question. |
I just added a Slide in the sandbox of the documentation example itself |
-- https://material-ui.com/api/slide/#props vs. the default Grow:
-- https://material-ui.com/api/grow/#props Our composition guide hopefully helps you fix this issue. |
So, yeah, |
Fantastic. Thank you very much |
as @mbrookes said, it worked for me doing this: |
occurrence:
error:
The text was updated successfully, but these errors were encountered: