chore(clerk-react,vue,nextjs): Introduce <RedirectToTask /> component
#18711
ci.yml
on: pull_request
Check Permissions
10s
Formatting | Dedupe | Changeset
1m 17s
Matrix: Integration Tests
Matrix: Unit Tests
Annotations
10 warnings
|
Static analysis:
packages/nextjs/src/app-router/keyless-actions.ts#L75
Unexpected `await` of a non-Promise (non-"Thenable") value
|
|
Static analysis:
packages/nextjs/src/app-router/keyless-actions.ts#L22
Unexpected `await` of a non-Promise (non-"Thenable") value
|
|
Static analysis:
packages/nextjs/src/app-router/keyless-actions.ts#L21
Unexpected `await` of a non-Promise (non-"Thenable") value
|
|
Static analysis:
packages/nextjs/src/app-router/client/useInternalNavFun.ts#L69
React Hook useEffect has a missing dependency: 'flushPromises'. Either include it or remove the dependency array
|
|
Static analysis:
packages/nextjs/src/app-router/client/useInternalNavFun.ts#L62
React Hook useEffect has a missing dependency: 'flushPromises'. Either include it or remove the dependency array
|
|
Static analysis:
packages/nextjs/src/app-router/client/useInternalNavFun.ts#L9
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/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#L58
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#L52
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
|