Skip to content

Lint fix

Lint fix #1569

Triggered via push February 9, 2024 18:16
Status Success
Total duration 1m 24s
Artifacts
Run Lint Checks
1m 17s
Run Lint Checks
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Run Lint Checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, technote-space/get-diff-action@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Lint Checks: src/OnboardingSPA/components/LivePreview/BlockPreview/index.js#L41
React Hook useEffect has a missing dependency: 'setIsLoadingParent'. Either include it or remove the dependency array. If 'setIsLoadingParent' changes too often, find the parent component that defines it and wrap that definition in useCallback
Run Lint Checks: src/OnboardingSPA/components/LivePreview/BlockPreview/index.js#L73
React Hook useEffect has a missing dependency: 'previewSettings'. Either include it or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/SiteGen/Editor/Header/index.js#L218
React Hook useEffect has a missing dependency: 'handleCustomize'. Either include it or remove the dependency array
Run Lint Checks: src/OnboardingSPA/steps/SiteGen/Editor/index.js#L63
React Hook useEffect has missing dependencies: 'handleSitemapPagesGeneration', 'loadData', 'setDrawerActiveView', 'setHeaderActiveView', and 'setIsHeaderEnabled'. Either include them or remove the dependency array