-
-
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
[SpeedDial] Fix direct dependency on react-transition-group #20847
Conversation
Details of bundle changes.Comparing: 8cebfc7...e4c95a1 Details of page changes
|
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 fix but it's actually the other way around. Just like TreeItem we should rather import { TransitionProps } from '@material-ui/core/transitions';
.
The lab technically doesn't know anything about react-transition-group
.
@squirly Perfect, thanks! |
Fixes #20846
See #20847 (review)