Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "@types/react": "npm:types-react@19.0.0-rc.1", | ||
| "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", | ||
| "@types/react": "19.2.7", | ||
| "@types/react-dom": "19.2.3", |
There was a problem hiding this comment.
React version mismatch between dependencies and pnpm overrides
The react and react-dom dependencies were updated to version 19.2.3, but the pnpm overrides section still specifies the old RC versions 19.0.0-rc-cd22717c-20241013. Since pnpm overrides take precedence, the app will actually install the outdated RC version instead of the stable 19.2.3 release. This creates a mismatch between the declared dependencies and actual runtime, and may cause compatibility issues with Next.js 16.1.0 which likely expects the stable React version.
Note
Enables Next cache components and 1‑day page revalidation for home/collection pages, upgrades to Next 16.1/React 19.2, and tweaks config/ignores.
CachedHomePageandCachedCollectionPageusing"use cache"+cacheLife({ revalidate: 86400 })insrc/app/(category-sidebar)/page.tsxandsrc/app/(category-sidebar)/[collection]/page.tsx.cacheComponents: true; addimages.qualities = [65, 75, 80]; retainexperimental.inlineCss.nextto16.1.0,react/react-domto19.2.3,@next/envandeslint-config-next; refresh lockfile accordingly..gitignore(tracknext-env.d.ts, ignore.env*.local)..claude/settings.local.jsonpermissions for devtools/build.Written by Cursor Bugbot for commit 1456ea2. This will update automatically on new commits. Configure here.