-
-
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
[Typography] Added position only when Skeleton is a direct child #38799
Conversation
Netlify deploy previewhttps://deploy-preview-38799--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
<Avatar size="lg" src="/static/images/avatar/1.jpg" /> | ||
<Link | ||
overlay | ||
href="#introduction" |
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.
I wonder why the link's href
is #introduction
—Doesn't it make more sense to be #overlay-prop
?
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.
agree!
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.
Oh, in this case, it does not matter. It's just a visual regression test, any #…
works fine.
close #38701, added regression test to prevent the bug in the future.