PR #4947 #224
codeql
on: dynamic
Matrix: Analyze
Annotations
10 warnings
Analyze (javascript)
Failed to restore: Cache service responded with 403
|
packages/forms/src/rhf/fields/Input/RHFInput.component.js#L17
[no-undef] 'process' is not defined.
|
packages/forms/src/rhf/fields/Select/RHFSelect.component.js#L17
[no-undef] 'process' is not defined.
|
packages/forms/src/rhf/fields/TextArea/RHFTextArea.component.js#L18
[no-undef] 'process' is not defined.
|
packages/stepper/src/stories/Stepper.components.tsx#L9
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/stepper/src/stories/Stepper.components.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/stepper/src/stories/Stepper.components.tsx#L19
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/stepper/src/stories/Stepper.components.tsx#L35
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'setStepsData' and 'stepsData'. Either include them or remove the dependency array.
|
packages/stepper/src/stories/Stepper.components.tsx#L108
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'setStepsData' and 'stepsData'. Either include them or remove the dependency array.
|
packages/stepper/src/stories/Stepper.components.tsx#L168
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'setStepsData' and 'stepsData'. Either include them or remove the dependency array.
|