Add missing updateInitialize code for plugin install #1348
Annotations
3 warnings
Run JS Lint:
src/OnboardingSPA/steps/SiteGen/Preview/index.js#L50
React Hook useEffect has missing dependencies: 'setDrawerActiveView', 'setHeaderActiveView', 'setIsHeaderEnabled', 'setSidebarActiveView', and 'updateInitialize'. Either include them or remove the dependency array
|
Run JS Lint:
src/OnboardingSPA/steps/SiteGen/Preview/index.js#L81
React Hook useEffect has missing dependencies: 'currentData', 'homepages', and 'setCurrentOnboardingData'. Either include them or remove the dependency array. You can also do a functional update 'setHomepages(h => ...)' if you only need 'homepages' in the 'setHomepages' call
|
Run JS Lint:
src/OnboardingSPA/steps/SiteGen/Preview/index.js#L206
React Hook useMemo has a missing dependency: 'createPreviewSettings'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading