Skip to content

Get data from Backend #1023

Get data from Backend

Get data from Backend #1023

Triggered via push November 24, 2023 13:05
Status Success
Total duration 34s
Artifacts
Run Lint Checks
24s
Run Lint Checks
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Run Lint Checks: src/OnboardingSPA/components/Loaders/SiteGenLoader/index.js#L24
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#L39
React Hook useEffect has a missing dependency: 'currentData.sitegen.siteGenMetaStatus.totalCount'. Either include it or remove the dependency array
Run Lint Checks: src/OnboardingSPA/components/Loaders/SiteGenLoader/index.js#L47
React Hook useEffect has missing dependencies: 'autoNavigate', 'navigate', and 'nextStep'. Either include them or remove the dependency array
Run Lint Checks: src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js#L114
React Hook useEffect has missing dependencies: 'generateSiteGenData', 'handlePreviousStepTracking', and 'syncStoreToDB'. Either include them or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/SiteGen/SiteDetails/index.js#L41
React Hook useEffect has missing dependencies: 'currentData.sitegen.siteDetails.prompt', 'setDrawerActiveView', 'setHeaderActiveView', 'setIsHeaderEnabled', and 'setSidebarActiveView'. Either include them or remove the dependency array