linting issues #2238
Annotations
7 warnings
Run Lint Checks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, technote-space/get-diff-action@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L121
React Hook useSelect has an unnecessary dependency: 'location.pathname'. Either exclude it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L404
React Hook useEffect has a missing dependency: 'trackChapters'. Either include it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L409
React Hook useEffect has a missing dependency: 'trackInstaWpMigrationEvent'. Either include it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L450
React Hook useEffect has a missing dependency: 'pluginInstallHash'. Either include it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L456
React Hook useEffect has missing dependencies: 'brandConfig?.prioritization' and 'prioritizeFlow'. Either include them or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L466
React Hook useEffect has missing dependencies: 'handleConditionalDesignStepsRoutes', 'handlePreviousStepTracking', and 'syncStoreToDB'. Either include them or remove the dependency array
|