-
Notifications
You must be signed in to change notification settings - Fork 134
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
[BUG-1919] experimental app router updates to next 15 and react 19 #1994
base: canary
Are you sure you want to change the base?
[BUG-1919] experimental app router updates to next 15 and react 19 #1994
Conversation
…ent - adding one more eslint addition (wpengine#1919)
…ent - updating example repo (wpengine#1919)
…ent - Adding use server on logout action(wpengine#1919)
Currently, we do not support the creation of preview deployments based on changes coming from forked repositories. |
🦋 Changeset detectedLatest commit: 1acee20 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 |
…lated to awaiting params (1919)
…lated to awaiting params (1919)
Hey @CesarBenavides777 There is a conflicting peer dependency with next 15. maybe we can reduce that to be next 13 and onwards. |
@theodesp do you want me to revert the changes I made to the example repo? That's using the latest next and react as well. |
Tasks
Description
'@faustwp/experimental-app-router': minor
Update @faustwp/experimental-app-router to account for next 15 changes to cookies and update NextResponse import
Notable changes:
Files changed:
Added use server to logout action
Files changed:
Updated Next App Router example to use latest next version and React 19 RC.
Updated Example Login form using React 19s useActionState
Files Changed:
Related Issue(s):
Testing
Built and linked the local package to the updated example repo and it works as expected.
repo: https://github.com/CesarBenavides777/1919-fix-reproduction.git
Used bun and latest react and next versions just to see if it would work.
Built locally using
vercel build --prod
andvercel --prebuilt --prod
to deploy it linked with the updated package.https://1919-fix-reproduction.vercel.app/login
https://1919-fix-reproduction.vercel.app/my-account
Deployed on vercel
Subscriber User Credentials:
Username:
TEST
Password:
qk!TJAlsUC*dqRBy2z(u6(rQ
Screenshots
Documentation Changes
None
Dependant PRs