-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Box] Fix TypeScript error on maxWidth prop #26859
Conversation
Could you add a test case? |
@oliviertassinari This is my first time contributing to material-ui. Are there any resources or existing test cases (which test TypeScript functionality) that I can refer to write a test case for this bug? Should I write a test and just render the box component as done in #25771? |
@ansh-saini It's a great first pull request on Material-UI. Thank you for working on it! |
Thank you so much. This is very exciting for me. I will try to contribute more as I start to understand the code-base. |
Fixes TypeScript issue spotted in #25771