fix(deps): move react-compiler-runtime
to regular deps (#1446)
#3179
Annotations
10 warnings
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/components/autocomplete/autocomplete.tsx#L635
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/components/autocomplete/autocomplete.tsx#L638
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/components/autocomplete/autocomplete.tsx#L642
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/components/autocomplete/autocomplete.tsx#L665
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/components/menu/menuButton.tsx#L231
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/components/tree/treeItem.tsx#L76
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/components/tree/treeItem.tsx#L78
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/hooks/useArrayProp.ts#L22
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/hooks/useMatchMedia.ts#L25
Reassigning a variable after render has completed can cause inconsistent behavior on subsequent renders. Consider using state instead
|
Run pnpm lint -f compact --rule 'no-warning-comments: [off]' --max-warnings 12:
src/core/utils/portal/portalProvider.tsx#L56
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Loading