fix(performance): auto memoize TabList
#3189
Annotations
11 warnings
src/core/components/autocomplete/autocomplete.tsx#L635
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
src/core/components/autocomplete/autocomplete.tsx#L638
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
src/core/components/autocomplete/autocomplete.tsx#L642
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
src/core/components/autocomplete/autocomplete.tsx#L665
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
src/core/components/menu/menuButton.tsx#L231
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
src/core/components/tree/treeItem.tsx#L76
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
src/core/components/tree/treeItem.tsx#L78
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
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
|
src/core/hooks/useMatchMedia.ts#L25
Reassigning a variable after render has completed can cause inconsistent behavior on subsequent renders. Consider using state instead
|
src/core/utils/portal/portalProvider.tsx#L56
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "html-report--attempt-1", "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading