chore: remove lint warnings #5802
on-pull-request.yml
on: pull_request
Enforce PR Title Format
5m 18s
Lint
6m 25s
Build and Test
9m 3s
Build iOS
17m 35s
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
|