refactor(hooks): burn down the 35 compiler-era react-hooks findings, rules bind as errors - #459
Merged
Merged
Annotations
3 warnings
|
Verify:
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
|
|
Verify:
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
|
|
Verify:
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
|
background
wait
wait-all
cancel
parallel
Loading