Skip to content

Install newest @tanstack/react-router #7404

Install newest @tanstack/react-router

Install newest @tanstack/react-router #7404

Triggered via pull request July 23, 2024 13:42
Status Success
Total duration 1m 3s
Artifacts

node.yml

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

Annotations

10 warnings
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/datepicker.js#L249
React Hook useCallback has missing dependencies: 'navigate' and 'site'. Either include them or remove the dependency array
Build and test: assets/js/dashboard/datepicker.js#L251
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#L261
React Hook useEffect has a missing dependency: 'open'. Either include it or remove the dependency array
Build and test: assets/js/dashboard/datepicker.js#L271
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#L153
React Hook useEffect has a missing dependency: 'handleKeyup'. Either include it or remove the dependency array
Build and test: assets/js/dashboard/filters.js#L161
React Hook useEffect has a missing dependency: 'updateDisplayMode'. Either include it or remove the dependency array
Build and test: assets/js/dashboard/stats/behaviours/index.js#L69
React Hook useCallback has missing dependencies: 'enabledModes' and 'site.hasProps'. Either include them or remove the dependency array