Create separate provider for the context #3436
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 warnings
resolve-dependencies (14):
packages/odf/components/topology/Topology.tsx#L568
React Hook React.useMemo has unnecessary dependencies: 'activeItem', 'activeItemsUID', 'setActiveItem', and 'setActiveItemsUID'. Either exclude them or remove the dependency array. Outer scope values like 'activeItemsUID' aren't valid dependencies because mutating them doesn't re-render the component
|
resolve-dependencies (18.17.1):
packages/odf/components/topology/Topology.tsx#L568
React Hook React.useMemo has unnecessary dependencies: 'activeItem', 'activeItemsUID', 'setActiveItem', and 'setActiveItemsUID'. Either exclude them or remove the dependency array. Outer scope values like 'activeItemsUID' aren't valid dependencies because mutating them doesn't re-render the component
|
resolve-dependencies (16):
packages/odf/components/topology/Topology.tsx#L568
React Hook React.useMemo has unnecessary dependencies: 'activeItem', 'activeItemsUID', 'setActiveItem', and 'setActiveItemsUID'. Either exclude them or remove the dependency array. Outer scope values like 'activeItemsUID' aren't valid dependencies because mutating them doesn't re-render the component
|