Skip to content
Triggered via push November 18, 2023 08:52
Status Success
Total duration 31s
Artifacts
Run Lint Checks
23s
Run Lint Checks
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Lint Checks: src/OnboardingSPA/components/Loaders/SiteGenLoader/index.js#L28
Assignments to the 'statusIdx' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
Run Lint Checks: src/OnboardingSPA/components/Loaders/SiteGenLoader/index.js#L43
React Hook useEffect has missing dependencies: 'autoNavigate', 'navigate', and 'nextStep'. Either include them or remove the dependency array
Run Lint Checks: src/OnboardingSPA/components/TextInput/TextInputSiteBuild/index.js#L20
React Hook useEffect has a missing dependency: 'height'. Either include it or remove the dependency array
Run Lint Checks: src/OnboardingSPA/components/TextInput/TextInputSiteGen/index.js#L18
React Hook useEffect has a missing dependency: 'height'. Either include it or remove the dependency array
Run Lint Checks: src/OnboardingSPA/pages/ErrorPage/index.js#L27
React Hook useEffect has missing dependencies: 'isLargeViewport', 'setDrawerActiveView', 'setIsDrawerOpened', 'setIsDrawerSuppressed', and 'setSidebarActiveView'. Either include them or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/BasicInfo/basicInfoForm.js#L89
React Hook useEffect has missing dependencies: 'currentData', 'flowData', 'getEditedEntityRecord', 'setDefaultData', and 'setOnboardingSocialData'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setDebouncedFlowData' needs the current value of 'flowData'
Run Lint Checks: src/OnboardingSPA/steps/BasicInfo/basicInfoForm.js#L101
React Hook useEffect has missing dependencies: 'createSaveData' and 'isLoaded'. Either include them or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/BasicInfo/basicInfoForm.js#L133
React Hook useEffect has missing dependencies: 'currentData', 'setCurrentOnboardingData', and 'updateCoreStore'. Either include them or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/BasicInfo/index.js#L31
React Hook useEffect has missing dependencies: 'isLargeViewport', 'setDrawerActiveView', 'setIsDrawerOpened', 'setIsDrawerSuppressed', 'setIsHeaderNavigationEnabled', and 'setSidebarActiveView'. Either include them or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/DesignHomepageMenu/index.js#L47
React Hook useSelect has a missing dependency: 'location.pathname'. Either include it or remove the dependency array