fix(localizations): Add subtitle__createOrganizationDisabled across locales
#24013
ci.yml
on: pull_request
Check Permissions
6s
Formatting | Dedupe | Changeset
1m 37s
Matrix: integration-tests
Matrix: unit-tests
Annotations
10 warnings
|
Static analysis:
packages/nextjs/src/app-router/client/keyless-cookie-sync.tsx#L24
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array
|
|
Static analysis:
packages/nextjs/src/app-router/client/ClerkProvider.tsx#L66
React Hook "useSafeLayoutEffect" 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/nextjs/src/app-router/client/ClerkProvider.tsx#L60
React Hook "useEffect" 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/nextjs/src/__tests__/webhooks.test.ts#L14
Async arrow function has no 'await' expression
|
|
Static analysis:
packages/nextjs/src/__tests__/keyless-custom-headers.test.ts#L149
Async arrow function has no 'await' expression
|
|
Static analysis:
packages/react-router/src/client/ReactRouterClerkProvider.tsx#L79
React Hook React.useEffect has a missing dependency: '__clerk_debug'. Either include it or remove the dependency array
|
|
Static analysis:
packages/react-router/src/client/ReactRouterClerkProvider.tsx#L75
React Hook React.useEffect has missing dependencies: 'clerkState' and 'isSpaMode'. Either include them or remove the dependency array
|
|
Static analysis:
packages/remix/src/client/RemixClerkProvider.tsx#L82
React Hook React.useEffect has a missing dependency: '__clerk_debug'. Either include it or remove the dependency array
|
|
Static analysis:
packages/remix/src/client/RemixClerkProvider.tsx#L78
React Hook React.useEffect has missing dependencies: 'clerkState' and 'isSpaMode'. Either include them or remove the dependency array
|
|
Static analysis:
packages/remix/src/client/ClerkApp.tsx#L19
React Hook "useLoaderData" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|