fix(control): the second wording of "no zellij", and a remedy nothing rendered #1737
Triggered via pull request
September 4, 2026 09:35
Status
Success
Total duration
10m 22s
Artifacts
–
Annotations
3 warnings
|
check:
src/components/settings/BillingSettings.tsx#L78
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|
|
check:
src/components/projects/OrangeCatPublishButton.tsx#L89
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|
|
check:
src/components/auth/OAuthButtons.tsx#L133
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|