feat(clerk-expo): Implement Google Sign-In support for Android and iOS (#7208) #24075
Annotations
10 warnings
|
Run lint:
packages/chrome-extension/src/internal/utils/__tests__/manifest.test.ts#L30
Async arrow function has no 'await' expression
|
|
Run lint:
packages/chrome-extension/src/internal/utils/__tests__/manifest.test.ts#L19
Async arrow function has no 'await' expression
|
|
Run lint:
packages/chrome-extension/src/internal/utils/__tests__/manifest.test.ts#L10
Async arrow function has no 'await' expression
|
|
Run lint:
packages/chrome-extension/src/internal/clerk.ts#L80
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run lint:
packages/chrome-extension/src/internal/clerk.ts#L31
Async function 'createClerkClient' has no 'await' expression
|
|
Run lint:
packages/expo/src/local-credentials/useLocalCredentials/useLocalCredentials.ts#L103
React Hook useEffect has a missing dependency: 'getUserCredentials'. Either include it or remove the dependency array
|
|
Run lint:
packages/expo/src/hooks/useOAuth.ts#L73
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
|
Run lint:
packages/expo/src/hooks/useOAuth.ts#L68
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
|
|
Run lint:
packages/expo/src/hooks/useOAuth.ts#L37
React Hook "useSignUp" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
Run lint:
packages/expo/src/hooks/useOAuth.ts#L36
React Hook "useSignIn" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
Loading