fix(clerk-js): Handle logo upload failure in TaskChooseOrganization
#24383
ci.yml
on: pull_request
Check Permissions
6s
Formatting | Dedupe | Changeset
1m 25s
Matrix: integration-tests
Matrix: unit-tests
Annotations
10 warnings
|
Static analysis:
packages/chrome-extension/src/internal/utils/__tests__/manifest.test.ts#L30
Async arrow function has no 'await' expression
|
|
Static analysis:
packages/chrome-extension/src/internal/utils/__tests__/manifest.test.ts#L19
Async arrow function has no 'await' expression
|
|
Static analysis:
packages/chrome-extension/src/internal/utils/__tests__/manifest.test.ts#L10
Async arrow function has no 'await' expression
|
|
Static analysis:
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
|
|
Static analysis:
packages/chrome-extension/src/internal/clerk.ts#L31
Async function 'createClerkClient' has no 'await' expression
|
|
Static analysis:
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
|
|
Static analysis:
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
|
|
Static analysis:
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
|
|
Static analysis:
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?
|
|
Static analysis:
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?
|