-
Notifications
You must be signed in to change notification settings - Fork 21
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
Upgrade to React 19 #1596
Upgrade to React 19 #1596
Conversation
6c5ae51
to
626e932
Compare
Deploying carbon-app-blast with Cloudflare Pages
|
Deploying carbon-app-sei with Cloudflare Pages
|
Deploying carbon-app-celo with Cloudflare Pages
|
Deploying carbon-app with Cloudflare Pages
|
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.
Very good work, app looking snappier and snappier, approved 👍
Can you please check the points below (non-blockers):
- Could you add a script in package.json to run the vite bundle analyzer?
- I would prefer to remove the compiler packages for now if possible, and instead create an issue explaining how to enable it and handle the compiler in a separate PR instead of having commented out code
- Since you also updated framer-motion, please check that this issue is now fixed Look into framer-motion latest version bug #139.
Nice lazy loading highcharts, removing a lot of lodash uses. The waitFor in the e2e tests might improve their flakiness, nice catch too. Nice to see we can finally use Intl.Segmenter instead of Graphemer.
fix #139
fix #1175