Fix CSS #996
Annotations
10 warnings
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
|
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
|
src/OnboardingSPA/components/TextInput/TextInputSiteBuild/index.js#L20
React Hook useEffect has a missing dependency: 'height'. Either include it or remove the dependency array
|
src/OnboardingSPA/components/TextInput/TextInputSiteGen/index.js#L18
React Hook useEffect has a missing dependency: 'height'. Either include it or remove the dependency array
|
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
|
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'
|
src/OnboardingSPA/steps/BasicInfo/basicInfoForm.js#L101
React Hook useEffect has missing dependencies: 'createSaveData' and 'isLoaded'. Either include them or remove the dependency array
|
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
|
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
|
src/OnboardingSPA/steps/DesignHomepageMenu/index.js#L47
React Hook useSelect has a missing dependency: 'location.pathname'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading