Remove Timex.today #7320
Annotations
10 warnings
Build and test:
assets/js/dashboard/components/combobox.js#L113
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Build and test:
assets/js/dashboard/components/combobox.js#L151
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/components/combobox.js#L161
React Hook useEffect has a missing dependency: 'handleClick'. Either include it or remove the dependency array
|
Build and test:
assets/js/dashboard/components/combobox.js#L167
React Hook useEffect has a missing dependency: 'props.values.length'. Either include it or remove the dependency array
|
Build and test:
assets/js/dashboard/components/combobox.js#L167
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
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/custom-hooks.js#L21
React Hook useCallback has a missing dependency: 'fn'. Either include it or remove the dependency array
|
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
|