-
-
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
[system] Fix transform not firing when theme provided #24010
Conversation
fixed the bug where transform was not fired if a theme was provided. Similarly, added tests to test this. Tests were provided from the changes in this thread (https://github.com/akomm/material-ui/blob/a4a394ff5420d29311ce1edef2bf20b51b507954/packages/material-ui-system/src/style.test.js) And the change to style.js was provided in the issue discussion.
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.
Changes look good, let's fix the tests and I believe it should be good to go :) Thanks for the contribution @ZovcIfzm
Co-authored-by: Marija Najdova <[email protected]>
Co-authored-by: Marija Najdova <[email protected]>
Thank you! All my tests are passing except Vercel (which I think is a permission based check?). This will also be my very first open source contribution ever! I'm very excited. =) |
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.
@ZovcIfzm this is a great first pull request! Congrats 🥳
The Vercel build is currently experimental on the repo, so don't worry about it! Everything looks good from my end :)
Completed! All tests except Vercel pass. |
Fixed the bug where transform was not fired if a theme was provided. Similarly, added tests to test this. Tests were provided from the changes in this thread (https://github.com/akomm/material-ui/blob/a4a394ff5420d29311ce1edef2bf20b51b507954/packages/material-ui-system/src/style.test.js)
And the change to style.js was provided in the issue discussion.
Fixes #23496