-
Notifications
You must be signed in to change notification settings - Fork 27k
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-styled-jsx-plugins to utilize the App Router #70663
Updated the example of with-styled-jsx-plugins to utilize the App Router #70663
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 |
For the future, please double check these examples are working when testing (test Let's go ahead and remove these Babel |
Okay Sure @samcx will update |
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.
LGTM...i agree with the changes.
@PapatMayuri Let me know if you're able to update this! |
@samcx PR is Updated please check. |
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.
Thank you for submitting a PR!
…ter (#70663) This PR updates the with-styled-jsx-plugins example for using the App Router. Here are the changes that have been made: - I renamed the "pages" folder and moved it to the "app" folder. - Added the layout.TSX file as part of the App Router. - Updated the package.json file. CC: @samcx --------- Co-authored-by: qed42 <[email protected]> Co-authored-by: Sam Ko <[email protected]>
This PR updates the with-styled-jsx-plugins example for using the App Router.
Here are the changes that have been made:
CC: @samcx