Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: update mui#13747

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
aslilac merged 4 commits intomainfromupdate-mui
Jul 2, 2024
Merged

chore: update mui#13747

aslilac merged 4 commits intomainfromupdate-mui
Jul 2, 2024

Conversation

aslilac
Copy link
Member

Closes#13734

dependabot wants to update, but isn't smart enough to group these updates

@aslilacaslilac requested review froma team andParkreiner and removed request fora teamJuly 1, 2024 18:13
@Parkreiner
Copy link
Member

Parkreiner commentedJul 2, 2024
edited
Loading

I'll kick the tires a bit in about 30 minutes

Copy link
Member

@ParkreinerParkreiner left a comment

Choose a reason for hiding this comment

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

Tried a lot of the pages and components that use MUI a lot, and didn't notice any problems. Think this is safe to merge

css={{
pointerEvents: canClick ? undefined : "none",
textDecoration: "none !important",
}}
onClick={async (event) => {
onClick={async (event: MouseEvent<HTMLElement>) => {
Copy link
Member

Choose a reason for hiding this comment

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

Tried seeing what would happen if I removed the type annotation, and man, MUI really is a disaster of megamorphic abstractions, huh

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

yes, yes it is :^)

@aslilacaslilac merged commitbfbf634 intomainJul 2, 2024
29 checks passed
@aslilacaslilac deleted the update-mui branchJuly 2, 2024 21:19
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJul 2, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@ParkreinerParkreinerParkreiner approved these changes

Assignees

@aslilacaslilac

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@aslilac@Parkreiner

[8]ページ先頭

©2009-2025 Movatter.jp