Skip to content

Commit

Permalink
Bump eslint-plugin-react-compiler to 0.0.0-experimental-fcabbc1-20241…
Browse files Browse the repository at this point in the history
…106 (#14425)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jose Quintas <[email protected]>
  • Loading branch information
renovate[bot] and JCQuintas authored Nov 6, 2024
1 parent 1f2fbd8 commit ffcb087
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725",
"eslint-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.4.0",
"fast-glob": "^3.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function ZoomProvider({ children, xAxis, yAxis, zoom, onZoomChange }: Zoo

const [zoomData, setZoomData] = useControlled<ZoomData[]>({
controlled: zoom,
// eslint-disable-next-line react-compiler/react-compiler
default: defaultZoomData.current,
name: 'ZoomProvider',
state: 'zoom',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use client';
/* eslint-disable react-compiler/react-compiler */
import * as React from 'react';
import useEnhancedEffect from '@mui/utils/useEnhancedEffect';
import ownerWindow from '@mui/utils/ownerWindow';
Expand Down
1 change: 1 addition & 0 deletions packages/x-charts/src/internals/useStringInterpolator.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react-compiler/react-compiler */
import * as React from 'react';
import { interpolateString } from '@mui/x-charts-vendor/d3-interpolate';

Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffcb087

Please sign in to comment.