Skip to content

Add a revalidate modal that can be used outside of the Settings flow.… #598

Add a revalidate modal that can be used outside of the Settings flow.…

Add a revalidate modal that can be used outside of the Settings flow.… #598

Triggered via push December 5, 2024 06:04
Status Success
Total duration 3m 13s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
All
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
All: settings/src/components/auto-tabbing-input.js#L26
React Hook useCallback has a missing dependency: 'setInputs'. Either include it or remove the dependency array
All: settings/src/components/auto-tabbing-input.js#L47
React Hook useCallback has missing dependencies: 'inputs.length', 'setError', and 'setInputs'. Either include them or remove the dependency array
All: settings/src/components/backup-codes.js#L99
React Hook useEffect has missing dependencies: 'setBackupCodesVerified', 'setError', and 'userRecord'. Either include them or remove the dependency array
All: settings/src/components/backup-codes.js#L102
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
All: settings/src/components/email-address.js#L54
React Hook useCallback has a missing dependency: 'save'. Either include it or remove the dependency array
All: settings/src/components/email-address.js#L63
React Hook useCallback has missing dependencies: 'edit' and 'save'. Either include them or remove the dependency array
All: settings/src/components/numeric-control.js#L29
React Hook useCallback has missing dependencies: 'index' and 'onChange'. Either include them or remove the dependency array
All: settings/src/components/numeric-control.js#L35
React Hook useCallback has missing dependencies: 'index' and 'onKeyDown'. Either include them or remove the dependency array
All: settings/src/components/revalidate-modal.js#L69
React Hook useEffect has missing dependencies: 'record' and 'userRecord'. Either include them or remove the dependency array
All: settings/src/components/screen-link.js#L37
React Hook useCallback has missing dependencies: 'screen' and 'setBackupCodesVerified'. Either include them or remove the dependency array