We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The zero-runtime and the styled have different arguments in the variant's callback, when it comes to internal state of the components. For example:
MUI System:
variants: [{ props: props => props.ownerState.checked === true }]
Zero runtime:
variants: [{ props: props => props.checked === true }]
No response
The argument should be identical as the styling solution can be interchangeable
npx @mui/envinfo
Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here.
Search keywords: variants, props callback
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce
The zero-runtime and the styled have different arguments in the variant's callback, when it comes to internal state of the components. For example:
MUI System:
Zero runtime:
Current behavior
No response
Expected behavior
The argument should be identical as the styling solution can be interchangeable
Context
No response
Your environment
npx @mui/envinfo
Search keywords: variants, props callback
The text was updated successfully, but these errors were encountered: