-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[ui] Upgrade styled-components to v6 #26280
Conversation
// For other elements, forward all props | ||
return true; | ||
} | ||
|
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.
This is a noteworthy change. See comment.
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 92398f6. |
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 92398f6. |
[INTERNAL_BRANCH=dish/plus-styled-components]
0614b9b
to
92398f6
Compare
## Summary & Motivation Upgrade styled-components to v6, based on https://styled-components.com/docs/faqs. ## How I Tested These Changes Navigate throughout app, verify that components render and behave correctly. This affects the entire app, so we need to be vigilant about spotting and fixing bugs after this merges.
## Summary & Motivation Upgrade styled-components to v6, based on https://styled-components.com/docs/faqs. ## How I Tested These Changes Navigate throughout app, verify that components render and behave correctly. This affects the entire app, so we need to be vigilant about spotting and fixing bugs after this merges.
This reverts commit 1a2a067. [INTERNAL_BRANCH=dish/plus-revert-sc-6]
This reverts commit 1a2a067. [INTERNAL_BRANCH=dish/plus-revert-sc-6]
This reverts commit 1a2a067. kick the build [INTERNAL_BRANCH=dish/plus-revert-sc-6]
This reverts commit 1a2a067. [INTERNAL_BRANCH=dish/plus-revert-sc-6]
## Summary & Motivation We've seen reports of styles failing to be applied in the app in certain (very difficult to reproduce) conditions, and the recent styled-components upgrade seems like a possible culprit. Revert to try to resolve the issue. ## How I Tested These Changes TS/lint/jest. Load the app, verify that everything renders as expected. ## Changelog [ui] FIx an issue where the app sometimes loads with styles missing.
## Summary & Motivation We've seen reports of styles failing to be applied in the app in certain (very difficult to reproduce) conditions, and the recent styled-components upgrade seems like a possible culprit. Revert to try to resolve the issue. ## How I Tested These Changes TS/lint/jest. Load the app, verify that everything renders as expected. ## Changelog [ui] FIx an issue where the app sometimes loads with styles missing.
Summary & Motivation
Upgrade styled-components to v6, based on https://styled-components.com/docs/faqs.
How I Tested These Changes
Navigate throughout app, verify that components render and behave correctly. This affects the entire app, so we need to be vigilant about spotting and fixing bugs after this merges.