Skip to content

Fix debounce

Fix debounce #7310

Triggered via pull request July 15, 2024 11:16
Status Cancelled
Total duration 1m 12s
Artifacts

node.yml

on: pull_request
Build and test
37s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Build and test
Canceling since a higher priority waiting request for 'NPM CI-refs/pull/4349/merge' exists
Build and test
The operation was canceled.
Build and test: assets/js/dashboard/components/lazy-loader.js#L15
React Hook useEffect has missing dependencies: 'hasBecomeVisibleYet' and 'props'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
Build and test: assets/js/dashboard/custom-hooks.js#L14
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build and test: assets/js/dashboard/custom-hooks.js#L14
React Hook useEffect has a missing dependency: 'fn'. Either include it or remove the dependency array. If 'fn' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build and test: assets/js/dashboard/datepicker.js#L248
React Hook useCallback has missing dependencies: 'history' and 'site'. Either include them or remove the dependency array
Build and test: assets/js/dashboard/datepicker.js#L250
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
Build and test: assets/js/dashboard/datepicker.js#L260
React Hook useEffect has a missing dependency: 'open'. Either include it or remove the dependency array
Build and test: assets/js/dashboard/datepicker.js#L270
React Hook useEffect has a missing dependency: 'handleClick'. Either include it or remove the dependency array
Build and test: assets/js/dashboard/extra/funnel.js#L49
React Hook useEffect has a missing dependency: 'fetchFunnel'. Either include it or remove the dependency array
Build and test: assets/js/dashboard/extra/funnel.js#L55
React Hook useEffect has missing dependencies: 'initialiseChart' and 'isSmallScreen'. Either include them or remove the dependency array
Build and test: assets/js/dashboard/filters.js#L145
React Hook useEffect has a missing dependency: 'handleKeyup'. Either include it or remove the dependency array