chore(deps): update init-tracing-opentelemetry requirement from 0.24.… #472
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run lint:
modules/web/packages/ui/src/components/ui/multi-select.tsx#L112
React Hook useCallback has a missing dependency: 'itemCache'. Either include it or remove the dependency array
|
Run lint:
modules/web/packages/ui/src/components/ui/multi-select.tsx#L169
React Hook useMemo has a missing dependency: 'itemCache'. Either include it or remove the dependency array
|
Run lint:
modules/web/packages/ui/src/components/ui/multi-select.tsx#L407
React Hook useEffect has a missing dependency: 'itemCache'. Either include it or remove the dependency array
|
Run lint:
modules/web/web-app/components/form/PriceInput.tsx#L175
React Hook useEffect has missing dependencies: 'format' and 'inputValue'. Either include them or remove the dependency array
|
Run lint:
modules/web/web-app/components/layouts/shared/LayoutHeader/HelpPopover.tsx#L98
React Hook useEffect has missing dependencies: 'showMessage' and 'showedFeedback'. Either include them or remove the dependency array
|
Run lint:
modules/web/web-app/features/dashboard/charts/MrrChart.tsx#L61
The 'data' logical expression could make the dependencies of useMemo Hook (at line 160) change on every render. To fix this, wrap the initialization of 'data' in its own useMemo() Hook
|
Run lint:
modules/web/web-app/features/dashboard/charts/MrrCrosshair.tsx#L49
React Hook useMemo has a missing dependency: 'containerRef'. Either include it or remove the dependency array. Mutable values like 'tooltipRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Run lint:
modules/web/web-app/features/invoices/InvoicesTable.tsx#L80
React Hook useMemo has a missing dependency: 'linkPrefix'. Either include it or remove the dependency array
|
Run lint:
modules/web/web-app/features/plans/PlansTable.tsx#L75
React Hook useMemo has an unnecessary dependency: 'navigate'. Either exclude it or remove the dependency array
|
Run lint:
modules/web/web-app/features/plans/pricecomponents/PriceComponentCard.tsx#L239
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Loading