-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[docs] Fix 301 to chromium #43809
[docs] Fix 301 to chromium #43809
Conversation
@@ -4,8 +4,6 @@ const IconRoot = styled('span')(({ | |||
userSelect: 'none', | |||
width: '1em', | |||
height: '1em', | |||
// Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541 |
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.
Is this not relevant anymore?
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.
We need to keep track of the status of each of these bugs. Once they are fixed and propagated enough with end users, we should update our implementation to take advantage of those fixes. I think it's important to stay relevant.
Now, this is a codemod file, I think removing this comment will make it easier to maintain those.
See https://www.chromium.org/for-testers/faq/ for what happened.
I have noticed this while I was browsing the docs and curious about what a Chromium bug about text ellipse with flexbox was about. A quick win.