Ruslan Rosbitskyy

Results 3 comments of Ruslan Rosbitskyy

# Fix: LCP Reporting for Idle Users ## Problem The `useReportWebVitals` hook was intermittently not reporting LCP (Largest Contentful Paint) metric when users were idle. According to [issue #86291](https://github.com/vercel/next.js/issues/86291), LCP...

# Fix: Detect dynamicMetadata when prelude is empty in static shell validation ## Problem When `generateMetadata` uses runtime data (e.g., `await connection()`) and `cacheComponents: true` is enabled, Next.js was unable...

# Fix: Route Announcer Cascade Logic ## Problem The `AppRouterAnnouncer` component only announced route changes when `document.title` changed. This meant that: - When navigating between subpaths with the same title...