Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 14, 2024
1 parent 6818b1a commit b3840af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/mui-system/src/useMediaQuery/useMediaQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function useMediaQueryOld(
}

// See https://github.com/mui/material-ui/issues/41190#issuecomment-2040873379 for why
// eslint-disable-next-line no-underscore-dangle, @typescript-eslint/naming-convention
const safeReact = { ...React };
const maybeReactUseSyncExternalStore: undefined | any = safeReact.useSyncExternalStore;

Expand Down
1 change: 0 additions & 1 deletion packages/mui-utils/src/useId/useId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function useGlobalId(idOverride?: string): string | undefined {
}

// See https://github.com/mui/material-ui/issues/41190#issuecomment-2040873379 for why
// eslint-disable-next-line no-underscore-dangle, @typescript-eslint/naming-convention
const safeReact = { ...React };
const maybeReactUseId: undefined | (() => string) = safeReact.useId;

Expand Down

0 comments on commit b3840af

Please sign in to comment.