Add ability to lookup by email and site domain in HelpScout integration #7403
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#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
|
Build and test:
assets/js/dashboard/filters.js#L153
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
|