-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add --legacy-peer-deps to next-sanity pacakge install #7806
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
Component Testing Report Updated Nov 13, 2024 9:58 AM (UTC) ✅ All Tests Passed -- expand for details
|
⚡️ Editor Performance ReportUpdated Wed, 13 Nov 2024 10:03:27 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not ideal, but I don't see a better option available to us :/
* next: chore(core): update announcements card close icon (#7822) fix(core): add opt out option to studioAnnouncements (#7820) chore(lockfile): update dependency @sanity/asset-utils to v2.1.0 (#7818) chore(deps): update pnpm to v9.13.1 (#7817) chore(lockfile): update dependency sanity-plugin-mux-input to v2.4.0 (#7814) fix(deps): Update dev-non-major (#7809) chore(deps): update typescript-tooling (#7812) fix(deps): update dependency @portabletext/editor to ^1.8.0 (#7810) v3.64.1 fix: add --legacy-peer-deps to next-sanity pacakge install (#7806) fix(deps): Update dev-non-major (#7804) fix(deps): update dependency @portabletext/editor to ^1.7.1 (#7807) fix(deps): update dependency @sanity/presentation to v1.18.2 (#7808)
Description
When running
npx sanity@latest init
inside a Next.js 15 project the install errors because of React 19 incompatability.What to review
That the
yarn
andpnpm
install commands don't also need editing.Notes for release
--legacy-peer-deps
flag to the automatic install ofnext-sanity
inside Next.js projects