-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
updated the example of with-xstate to utilize the App Router #69960
updated the example of with-xstate to utilize the App Router #69960
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@xstate/react@3.2.2, npm/xstate@4.38.3 |
@Sam-Phillemon9493 Thank you for submitting a PR! For next time—
|
@samcx Noted—thanks for the feedback! |
This PR updates the with-xstate example to use the App Router. Here are the changes that have been made:
pages
folder to theapp
folder.components
andmachine
folder inside the app directory by renaming it to_components
and_machine
layout.tsx
file as part of the App Router.CC: @samcx