Editor regen event and site logo event on Next #1746
Annotations
11 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/NewfoldInterfaceSkeleton/SiteGen/index.js#L257
React Hook useEffect has a missing dependency: 'trackChapters'. Either include it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js#L264
React Hook useEffect has a missing dependency: 'pluginInstallHash'. Either include it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js#L270
React Hook useEffect has missing dependencies: 'generateSiteGenData', 'handlePreviousStepTracking', and 'syncStoreToDB'. Either include them or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js#L281
React Hook useEffect has missing dependencies: 'generateSiteGenData' and 'syncStoreToDB'. Either include them or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js#L287
React Hook useEffect has a missing dependency: 'getEditedEntityRecord'. Either include it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/Sidebar/components/SitegenEditorPatterns/Sidebar.js#L205
React Hook useEffect has missing dependencies: 'handleFavorite' and 'handlePreview'. Either include them or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/TextInput/TextInputSiteGen/index.js#L28
React Hook useEffect has missing dependencies: 'height', 'setCustomerInputStrength', and 'setIsValidInput'. Either include them or remove the dependency array. If 'setCustomerInputStrength' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run Lint Checks:
src/OnboardingSPA/steps/SiteGen/Editor/Header/index.js#L297
React Hook useEffect has a missing dependency: 'handleCustomize'. Either include it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/steps/SiteGen/Editor/Header/index.js#L315
React Hook useEffect has a missing dependency: 'setInteractionDisabled'. Either include it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/steps/SiteGen/Experience/index.js#L40
React Hook useEffect contains a call to 'setSelection'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [setHideFooterNav, setIsHeaderEnabled, setSidebarActiveView, setIsHeaderNavigationEnabled, setHeaderActiveView, setDrawerActiveView, currentData.sitegen.experience.level] as a second argument to the useEffect Hook
|