-
Notifications
You must be signed in to change notification settings - Fork 647
refactor: add BoxWithFallback component to use with sx #5919
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
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 📦
|
Add a new internal component, BoxWithFallback, to help with using
Boxif ansxprop is provided but falling back to a base element if nosxprop is provided.Changelog
New
Changed
toggleSxComponentto useBoxWithFallbackdiretclyRemoved
Rollout strategy
This is an refactor with an internal component