Merge pull request #365 from newfold-labs/Press-2-1254-Site-Options-G… #995
Annotations
12 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/NewfoldInterfaceSkeleton/SiteBuild/index.js#L101
React Hook useSelect has an unnecessary dependency: 'location.pathname'. Either exclude it or remove the dependency array
|
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L364
React Hook useEffect has a missing dependency: 'trackChapters'. Either include it or remove the dependency array
|
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L405
React Hook useEffect has a missing dependency: 'pluginInstallHash'. Either include it or remove the dependency array
|
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L411
React Hook useEffect has missing dependencies: 'brandConfig?.prioritization' and 'prioritizeFlow'. Either include them or remove the dependency array
|
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L421
React Hook useEffect has missing dependencies: 'handleConditionalDesignStepsRoutes', 'handlePreviousStepTracking', and 'syncStoreToDB'. Either include them 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/index.js#L31
React Hook useEffect has missing dependencies: 'isLargeViewport', 'setDrawerActiveView', 'setIsDrawerOpened', 'setIsDrawerSuppressed', 'setIsHeaderNavigationEnabled', and 'setSidebarActiveView'. Either include them or remove the dependency array
|
|
|
The logs for this run have expired and are no longer available.
Loading