-
Notifications
You must be signed in to change notification settings - Fork 1k
[labs/nextjs] Bump Peer Dependencies for Next 15 Support #4815
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
Conversation
🦋 Changeset detectedLatest commit: d24537c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
justinfagnani
left a comment
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.
Thanks @JamesIves!
LGTM - wdyt @augustjk ?
augustjk
left a comment
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.
Thanks! This examples seem to work fine with SSR in the new version. Just a couple suggestions to remove the now-invalid next config option.
Co-authored-by: Augustine Kim <[email protected]>
Co-authored-by: Augustine Kim <[email protected]>
|
@augustjk @justinfagnani Should be all good to go now |
Fixes #4812
Description
Bumps peer dependencies so labs/nextjs works with Next.js 15. Also adds two sample apps for Next.js 15 (one for app router, another for pages) by copying and pasting the v14 samples and running the Next.js updater tool on them.
I took a pass at validating the SSR functionality and everything seemed fine, but would appreciate a sanity check.
Happy to make any changes based on feedback!