Merge pull request #360 from newfold-labs/Customer-detail-and-experie… #1001
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/NewfoldInterfaceSkeleton/SiteBuild/index.js#L104
React Hook useSelect has an unnecessary dependency: 'location.pathname'. Either exclude it or remove the dependency array
|
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L367
React Hook useEffect has a missing dependency: 'trackChapters'. Either include it or remove the dependency array
|
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L408
React Hook useEffect has a missing dependency: 'pluginInstallHash'. Either include it or remove the dependency array
|
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L414
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#L424
React Hook useEffect has missing dependencies: 'handleConditionalDesignStepsRoutes', 'handlePreviousStepTracking', and 'syncStoreToDB'. Either include them or remove the dependency array
|
src/OnboardingSPA/components/StateHandlers/Flow/index.js#L93
React Hook useEffect has missing dependencies: 'disableNavigation', 'onboardingFlow', 'setActiveFlow', 'setActiveStep', and 'switchToNewFlow'. 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
|
The logs for this run have expired and are no longer available.
Loading