Skip to content

chore: remove lint warnings #5802

chore: remove lint warnings

chore: remove lint warnings #5802

Triggered via pull request January 29, 2025 20:28
Status Success
Total duration 17m 45s
Artifacts

on-pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Lint: account-kit/rn-signer/example/src/screens/magic-link-auth.tsx#L29
React Hook useCallback has an unnecessary dependency: 'signer'. Either exclude it or remove the dependency array. Outer scope values like 'signer' aren't valid dependencies because mutating them doesn't re-render the component
Lint: account-kit/rn-signer/example/src/screens/magic-link-auth.tsx#L59
React Hook useEffect has an unnecessary dependency: 'signer'. Either exclude it or remove the dependency array. Outer scope values like 'signer' aren't valid dependencies because mutating them doesn't re-render the component