fix(clerk-js): Hide "must belong to org" screen when org resources exist #24005
ci.yml
on: pull_request
Check Permissions
6s
Formatting | Dedupe | Changeset
1m 23s
Matrix: integration-tests
Matrix: unit-tests
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
|