-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[core] Fix some issues reported by eslint-plugin-react-compiler #43117
[core] Fix some issues reported by eslint-plugin-react-compiler #43117
Conversation
Netlify deploy previewhttps://deploy-preview-43117--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
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.
Thanks for working on this. I left some comments.
@binsmyth there are comments that haven't been addressed (e.g. https://github.com/mui/material-ui/pull/43117/files#r1703678961). Please, go through all of them and reply accordingly before requesting a new review. |
@aarongarciah Sorry must have missed it.I will check it. thanks |
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]> Signed-off-by: binsmyth <[email protected]>
This reverts commit 132eda3.
886680d
to
cd0f9fa
Compare
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.
Thanks!
Part of #42564
Sorry for being late to contribute.
I changed the codes in these files to remove errors -
While rest of them I put eslint disable comments. Either difficult to change or could break something.
For this package there was two changes didn't realize that the change caused test to not work so undid the changes and added disabled comments
packages/mui-material/src/useScrollTrigger/useScrollTrigger.js
I have followed (at least) the PR section of the contributing guide.