-
-
Notifications
You must be signed in to change notification settings - Fork 44
Feature/react 19 #574
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
base: next
Are you sure you want to change the base?
Feature/react 19 #574
Conversation
✅ Deploy Preview for any-viewer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #574 +/- ##
=======================================
Coverage ? 85.41%
=======================================
Files ? 26
Lines ? 2716
Branches ? 433
=======================================
Hits ? 2320
Misses ? 394
Partials ? 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Let me do a detailed test this weekend. Sorry, your PR might need to wait a few days. |
Hi, thanks for the work 🙏 I have updated this PR to make it merge into the A few feedbacks:
That would be great. I just checked the document and it seems the breaking changes are not too many. |
Thanks @pionxzh I've got some time this weekend to try and wrap this up. I think I can fix the /full going to 404.
I've never used the framework for the documentation site so I'm not sure what needs to be done with the
I wonder if that got added by default when I upgraded the dependencies. I can take a look. |
Yeah, the layout might be auto generated. They deprecated the config and encourage users to simply put those value into the layout. I can also help to work on the layout migration. |
Upgrades the repo to the latest version of react. This includes upgrading the docs package to react 19 which necessitated a next and nextra upgrade as well. It build and deploys but I pulled the repo for the first time so feel to let me know if I missed anything.
If all goes well, I might try to do the MUI upgrade as well.