Merge pull request #535 from ramyakrishnai/migration-screens #1893
Annotations
10 errors and 6 warnings
Run JS Lint:
src/OnboardingSPA/steps/SiteGen/Migration/index.js#L26
Expected an assignment or function call and instead saw an expression
|
Run JS Lint:
src/OnboardingSPA/steps/SiteGen/Migration/index.js#L26
Replace `migrateUrl?.body,·"_self")` with `·migrateUrl?.body,·'_self'·);`
|
|
Run JS Lint:
src/OnboardingSPA/steps/TheFork/index.js#L86
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
Run JS Lint:
src/OnboardingSPA/steps/TheFork/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 JS Lint:
src/OnboardingSPA/utils/api/common.js#L1
Replace `·onboardingRestBase,·wpRestBase,·installerRestBase,·migrateRestBase·` with `⏎↹onboardingRestBase,⏎↹wpRestBase,⏎↹installerRestBase,⏎↹migrateRestBase,⏎`
|
Run JS Lint:
src/OnboardingSPA/utils/api/common.js#L13
Replace `(⏎↹↹`${·installerRestBase·}/${·api·}`⏎↹)` with ``${·installerRestBase·}/${·api·}``
|
Run JS Lint:
src/OnboardingSPA/utils/api/common.js#L19
Replace `(⏎↹↹`${·migrateRestBase·}/${·api·}`⏎↹)` with ``${·migrateRestBase·}/${·api·}``
|
Run JS Lint
Process completed with exit code 1.
|
Run SASS Lint
Process completed with exit code 2.
|
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 JS Lint:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L107
React Hook useSelect has an unnecessary dependency: 'location.pathname'. Either exclude it or remove the dependency array
|
Run JS Lint:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L376
React Hook useEffect has a missing dependency: 'trackChapters'. Either include it or remove the dependency array
|
Run JS Lint:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L417
React Hook useEffect has a missing dependency: 'pluginInstallHash'. Either include it or remove the dependency array
|
Run JS Lint:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L423
React Hook useEffect has missing dependencies: 'brandConfig?.prioritization' and 'prioritizeFlow'. Either include them or remove the dependency array
|
Run JS Lint:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js#L433
React Hook useEffect has missing dependencies: 'handleConditionalDesignStepsRoutes', 'handlePreviousStepTracking', and 'syncStoreToDB'. Either include them or remove the dependency array
|
Loading