Skip to content

Favorites, regeneration and maintaining state #1126

Favorites, regeneration and maintaining state

Favorites, regeneration and maintaining state #1126

Triggered via push December 6, 2023 19:43
Status Failure
Total duration 1m 24s
Artifacts
Run Lint Checks
1m 14s
Run Lint Checks
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
Run Lint Checks: src/OnboardingSPA/components/LivePreview/SiteGenCard/index.js#L18
'slug' is already declared in the upper scope on line 6 column 2
Run Lint Checks: src/OnboardingSPA/components/LivePreview/SiteGenCard/index.js#L26
'slug' is already declared in the upper scope on line 6 column 2
Run Lint Checks: src/OnboardingSPA/components/LivePreview/SiteGenCard/index.js#L51
Visible, non-interactive elements with click handlers must have at least one keyboard listener
Run Lint Checks: src/OnboardingSPA/components/LivePreview/SiteGenCard/index.js#L51
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
Run Lint Checks: src/OnboardingSPA/components/LivePreview/SiteGenCard/index.js#L72
Visible, non-interactive elements with click handlers must have at least one keyboard listener
Run Lint Checks: src/OnboardingSPA/components/LivePreview/SiteGenCard/index.js#L72
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
Run Lint Checks: src/OnboardingSPA/components/LivePreview/SiteGenCard/index.js#L86
Visible, non-interactive elements with click handlers must have at least one keyboard listener
Run Lint Checks: src/OnboardingSPA/components/LivePreview/SiteGenCard/index.js#L86
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
Run Lint Checks: src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js#L19
'stepSiteGenEditor' is defined but never used
Run Lint Checks: src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js#L29
'currentStep' is assigned a value but never used
Run Lint Checks
Process completed with exit code 2.
Run Lint Checks: src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js#L126
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/Editor/Sidebar/Patterns/index.js#L13
React Hook useEffect has a missing dependency: 'setSidebarActiveView'. Either include it or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/SiteGen/Editor/index.js#L47
React Hook useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/SiteGen/Preview/index.js#L80
React Hook useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/SiteGen/SiteLogo/index.js#L64
React Hook useEffect has missing dependencies: 'currentData.data.siteLogo', 'getEditedEntityRecord', 'setDrawerActiveView', 'setFooterNavEnabled', 'setHeaderActiveView', 'setIsHeaderEnabled', and 'setSidebarActiveView'. Either include them or remove the dependency array