Skip to content
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

[material-ui][Table] Fixed Hover Background - Value Provided is Out of Range and update tests #45069

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MachaVivek
Copy link

I reproduced the issue in personal project by installing and using the "@mui/material"
The error in the console is
Screenshot 2025-01-20 225939

The wrote the test file for testing the issue with edge case
the tests output is below
Screenshot (632)
Screenshot (633)
Screenshot (634)

Then changed the code related to the hoverOpacity and selectedOpacity in the file
/material-ui/packages/mui-material/src/TableRow/TableRow.js

Again checked the tests the output for the test is below
Screenshot (635)

closes #29084

@mui-bot
Copy link

mui-bot commented Jan 20, 2025

Netlify deploy preview

https://deploy-preview-45069--material-ui.netlify.app/

Bundle size report

Details of bundle changes (Toolpad)
Details of bundle changes

Generated by 🚫 dangerJS against ea5d2bb

@zannager zannager added the component: table This is the name of the generic UI component, not the React module! label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: table This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TableRow: Hover Background - Value Provided is Out of Range
3 participants