v2.x Pull Request #5928
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
packages/core/src/Banner/Banner.js#L46
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “HvBanner” and pass data as props
|
Lint:
packages/core/src/Chart/Plot/Plot.js#L27
React Hook useLayoutEffect has a missing dependency: 'afterPlotInternal'. Either include it or remove the dependency array
|
Lint:
packages/core/src/DatePicker/Calendar/Calendar.js#L333
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “Calendar” and pass data as props
|
Lint:
packages/core/src/DatePicker/DatePicker.js#L558
Unused method or property "inputElement" of class "HvDatePicker"
|
Lint:
packages/core/src/DropDownMenu/DropDownMenu.js#L64
React Hook useEffect has a missing dependency: 'handleFocusOnToggle'. Either include it or remove the dependency array
|
Lint:
packages/core/src/DropDownMenu/stories/DropDownMenu.stories.js#L51
'isSelected' is missing in props validation
|
Lint:
packages/core/src/DropDownMenu/tests/dropDownMenu.test.js#L14
Unexpected return statement in constructor
|
Lint:
packages/core/src/Dropdown/Dropdown.js#L246
Unused method or property "node" of class "HvDropdown"
|
Lint:
packages/core/src/Dropdown/List/List.js#L64
React Hook useCallback has a missing dependency: 'headerRef'. Either include it or remove the dependency array
|
Lint:
packages/core/src/Dropdown/List/List.js#L79
React Hook useEffect has missing dependencies: 'list', 'notifyChangesOnFirstRender', 'onChange', and 'updateSelectionLabel'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
The logs for this run have expired and are no longer available.
Loading