Skip to content

feat(shared): React Query variant for useSubscription #21946

feat(shared): React Query variant for useSubscription

feat(shared): React Query variant for useSubscription #21946

Triggered via pull request November 4, 2025 16:43
Status Success
Total duration 9m 38s
Artifacts

ci.yml

on: pull_request
Check Permissions
5s
Check Permissions
Formatting | Dedupe | Changeset
1m 32s
Formatting | Dedupe | Changeset
Static analysis
2m 13s
Static analysis
Publish with pkg-pr-new
1m 43s
Publish with pkg-pr-new
Matrix: Integration Tests
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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?
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