-
Notifications
You must be signed in to change notification settings - Fork 256
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
Update to MUI 6 #4092
base: main
Are you sure you want to change the base?
Update to MUI 6 #4092
Conversation
More updates for MUI6
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4092 +/- ##
==========================================
+ Coverage 94.59% 95.06% +0.46%
==========================================
Files 315 315
Lines 14776 15896 +1120
Branches 2494 2496 +2
==========================================
+ Hits 13977 15111 +1134
+ Misses 795 781 -14
Partials 4 4 ☔ View full report in Codecov by Sentry. |
function deepFind(treeNode, id) { | ||
console.log('deepFind', treeNode, id); |
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.
Oops
scrollTo={nodeIdToScrollTo === node.id} | ||
> | ||
<TreeItem | ||
nodeId={node.id} | ||
sx={{ |
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.
I need to visually review these deleted styles. The codemod might have done this bc I didn't intentionally delete all this.
No description provided.