CDE-54 Walkthrough Implementation #21
Annotations
10 errors and 1 warning
Run ESLint:
lib/CdeContextProvider.tsx#L38
'checked' is never reassigned. Use 'const' instead
|
Run ESLint:
lib/components/common/CheckBox.tsx#L10
Unexpected any. Specify a different type
|
Run ESLint:
lib/components/common/StyledCard.tsx#L23
'label' is defined but never used
|
Run ESLint:
lib/components/common/Tour.tsx#L16
Unexpected any. Specify a different type
|
Run ESLint:
lib/components/common/Tour.tsx#L17
Unexpected any. Specify a different type
|
Run ESLint:
lib/components/common/Tour.tsx#L18
Unexpected any. Specify a different type
|
Run ESLint:
lib/components/common/Tour.tsx#L19
Unexpected any. Specify a different type
|
Run ESLint:
lib/components/common/Tour.tsx#L20
Unexpected any. Specify a different type
|
Run ESLint:
lib/components/common/Tour.tsx#L21
Unexpected any. Specify a different type
|
Run ESLint:
lib/components/common/Tour.tsx#L22
Unnecessary semicolon
|
Run ESLint:
lib/components/common/CustomMappingDropdown.tsx#L240
React Hook React.useEffect has a missing dependency: 'handleTourNextStepClick'. Either include it or remove the dependency array. If 'handleTourNextStepClick' changes too often, find the parent component that defines it and wrap that definition in useCallback
|