-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix(icons-build-helpers): remove will-change: transform from react icons #5803
Conversation
Deploy preview for carbon-elements ready! Built with commit 9497f6c |
Deploy preview for carbon-components-react ready! Built with commit 17b38bc https://deploy-preview-5803--carbon-components-react.netlify.com |
Deploy preview for carbon-components-react ready! Built with commit 33515f0 https://deploy-preview-5803--carbon-components-react.netlify.com |
Deploy preview for carbon-components-react ready! Built with commit a898340 https://deploy-preview-5803--carbon-components-react.netlify.com |
Deploy preview for carbon-components-react ready! Built with commit 9497f6c https://deploy-preview-5803--carbon-components-react.netlify.com |
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.
LGTM 👍 - Thanks @tw15egan!
Refs #5274
Our react SVG's were still adding the
will-change: transform
style, which was causing weird interaction errors. This removes that property from each icon that is generated inicon-build-helpers
Changelog
Removed
will-change: transform
to each icon processed inicons-react
Testing / Reviewing
Ensure the SVG's are not adding this property anymore. May need to run locally and build from the root directory.