Uh oh!
There was an error while loading. Please reload this page.
fix(Blankslate): Don't use Box to render heading when flag is enabled - #4857
Conversation
🦋 Changeset detectedLatest commit: a3f5485 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Uh oh! @jonrohan, the image you shared is missing helpful alt text. Check your pull request body. Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.
|
size-limit report 📦
|
I noticed that in
Blankslatewe were still using<Boxto render the heading when the feature flag was enabled. This was needlessly sending us through the styled components codepath when we didn't need to.Changelog
Changed
Only render the heading with the styled component when the feature flag is disabled.
Rollout strategy
Testing & Reviewing
Merge checklist