Skip to content

feat(progress)!: alter visual expression of Progress component #1225

feat(progress)!: alter visual expression of Progress component

feat(progress)!: alter visual expression of Progress component #1225

Triggered via pull request November 21, 2024 20:58
@HaakonSvaneHaakonSvane
synchronize #680
Status Success
Total duration 3m 9s
Artifacts

lint-pr.yml

on: pull_request_target
🛂 Lint PR title
4s
🛂 Lint PR title
👁️ Validate code
2m 59s
👁️ Validate code
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
👁️ Validate code: packages/auth/src/Expo-AuthSession/hooks/useAuthenticate.ts#L64
React Hook useEffect has missing dependencies: 'config', 'enableAutomaticAuthentication', and 'withAuthenticationPromiseHandler'. Either include them or remove the dependency array
👁️ Validate code: packages/core/src/store/mad-config/mad-config.ts#L36
React Hook useMemo has an unnecessary dependency: 'config.currentEnvironment'. Either exclude it or remove the dependency array
👁️ Validate code: packages/components/src/components/Menu/Menu.tsx#L3
'useEffect' is defined but never used
👁️ Validate code: packages/components/src/components/SelectionControls/SmallSwitch.tsx#L55
React Hook useEffect has missing dependencies: 'activeKnobAnimation' and 'inactiveKnobAnimation'. Either include them or remove the dependency array
👁️ Validate code: packages/components/src/components/SelectionControls/Switch.tsx#L72
React Hook useEffect has missing dependencies: 'activeKnobAnimation' and 'inactiveKnobAnimation'. Either include them or remove the dependency array
👁️ Validate code: packages/components/src/components/SelectionControls/Switch.tsx#L132
'backgroundColor' is assigned a value but never used
👁️ Validate code: packages/components/src/components/_internal/PopInContainer.tsx#L19
React Hook useEffect has a missing dependency: 'popInAnimation'. Either include it or remove the dependency array