Uh oh!
There was an error while loading. Please reload this page.
Add eslint-plugin-clsx - #5547
Conversation
|
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
size-limit report 📦
|
| type StyledBoxProps = { | ||
| sx?: BetterSystemStyleObject | ||
| } & SpaceProps & | ||
| type StyledBoxProps = SxProp & |
There was a problem hiding this comment.
@jonrohan Any reason we would not use SxProp here?
There was a problem hiding this comment.
SxProp is deprecated, and I didn't want all Box elements to say it's deprecated since that's all the component does. #5459
There was a problem hiding this comment.
Alright, I'll revert it then
Uh oh!
There was an error while loading. Please reload this page.
Changelog
New
Changed
Removed
Rollout strategy
Testing & Reviewing
Merge checklist