Skip to content

fix(clerk-js): Hide "must belong to org" screen when org resources exist #24005

fix(clerk-js): Hide "must belong to org" screen when org resources exist

fix(clerk-js): Hide "must belong to org" screen when org resources exist #24005

Triggered via pull request January 8, 2026 15:11
Status Success
Total duration 9m 2s
Artifacts

ci.yml

on: pull_request
Check Permissions
6s
Check Permissions
Build Packages
55s
Build Packages
Formatting | Dedupe | Changeset
1m 23s
Formatting | Dedupe | Changeset
Static analysis
2m 5s
Static analysis
Publish with pkg-pr-new
1m 33s
Publish with pkg-pr-new
Matrix: integration-tests
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Static analysis: packages/clerk-js/src/core/clerk.ts#L1924
Promise-returning method provided where a void return was expected by extended/implemented type 'Clerk'
Static analysis: packages/clerk-js/src/core/clerk.ts#L1917
Promise-returning method provided where a void return was expected by extended/implemented type 'Clerk'
Static analysis: packages/clerk-js/src/core/clerk.ts#L1910
Promise-returning method provided where a void return was expected by extended/implemented type 'Clerk'
Static analysis: packages/clerk-js/src/core/auth/cookieSuffix.ts#L19
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/clerk-js/src/core/auth/cookieSuffix.ts#L17
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/clerk-js/src/core/auth/__tests__/devBrowser.test.ts#L33
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/clerk-js/src/core/auth/__tests__/devBrowser.test.ts#L12
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/clerk-js/src/core/auth/SessionCookiePoller.ts#L23
Promise returned in function argument where a void return was expected
Static analysis: packages/clerk-js/src/core/__tests__/clerk.test.ts#L2147
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/clerk-js/src/core/__tests__/clerk.test.ts#L2087
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