deps: Bump @sentry/nextjs from 10.71.0 to 10.72.0 - #428
Merged
github-actions[bot] merged 1 commit intoAug 31, 2026
Annotations
4 warnings
|
Verify (lint + umlauts + typecheck + test + build):
src/components/timecards/useTimecardDraft.ts#L244
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 923) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
|
|
Verify (lint + umlauts + typecheck + test + build):
src/components/timecards/useTimecardDraft.ts#L244
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 808) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
|
|
Verify (lint + umlauts + typecheck + test + build):
src/components/auth/LoginForm.tsx#L94
Do not use `window.location.assign()` 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 (lint + umlauts + typecheck + test + build):
src/app/admin/decisions/[id]/DecisionHeaderCard.tsx#L79
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