Skip to content

fix(clerk-js): Handle logo upload failure in TaskChooseOrganization #24383

fix(clerk-js): Handle logo upload failure in TaskChooseOrganization

fix(clerk-js): Handle logo upload failure in TaskChooseOrganization #24383

Triggered via pull request January 21, 2026 19:32
Status Success
Total duration 11m 21s
Artifacts

ci.yml

on: pull_request
Check Permissions
6s
Check Permissions
Formatting | Dedupe | Changeset
1m 25s
Formatting | Dedupe | Changeset
Static analysis
2m 14s
Static analysis
Publish with pkg-pr-new
1m 41s
Publish with pkg-pr-new
Matrix: integration-tests
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

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?