docs: clarify Next.js React peer support - #1842
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
| Name | Type |
|---|---|
| @arkenv/nextjs | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes
- Rewrote the changeset summary in
.changeset/widen-nextjs-react-peer.mdfrom an internal implementation note to a consumer-facing release note:@arkenv/nextjsnow works with React 18.2.0+ (React 18 line) and every React 19 release, plus a short install example.
Verified the new wording against the codebase: the peer range in packages/nextjs/package.json is ^18.2.0 || ^19.0.0, and the "requiring React 19.2.5" claim matches the root cause documented in #1833. Docs-only change, no concerns.
DeepSeek Flash (free via Pullfrog for OSS) | 𝕏

Summary
This PR targets the
devbranch.