Fix fonts for orchid shades and correct typography step issues #1284
lint-check-spa.yml
on: pull_request
Run Lint Checks
1m 16s
Annotations
4 warnings
Run Lint Checks:
src/OnboardingSPA/components/App/index.js#L74
React Hook useSelect has an unnecessary dependency: 'location.pathname'. Either exclude it or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/App/index.js#L306
React Hook useEffect has missing dependencies: 'handleConditionalDesignStepsRoutes', 'handlePreviousStepTracking', 'setActiveFlow', 'setActiveStep', and 'syncStoreToDB'. Either include them or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/Drawer/DrawerPanel/DesignFonts.js#L68
React Hook useEffect has missing dependencies: 'currentData?.data?.fontStyle' and 'handleClick'. Either include them or remove the dependency array
|
Run Lint Checks:
src/OnboardingSPA/components/Drawer/DrawerPanel/DesignFonts.js#L74
React Hook useEffect has a missing dependency: 'getFontStylesAndPatterns'. Either include it or remove the dependency array
|