Uh oh!
There was an error while loading. Please reload this page.
Add bg prop to ProgressBar.Item - #5007
Conversation
🦋 Changeset detectedLatest commit: 2ef06ac 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 |
Merge this once primer/react#5007 is merged
71530f0 to
09c95e3Comparesize-limit report 📦
|
09c95e3 to
623c2deCompare623c2de to
0a88699Compare* Add bg for ProgressBar.item Merge this once primer/react#5007 is merged * Create beige-schools-horse.md
siddharthkp
left a comment
There was a problem hiding this comment.
Request some minor improvements
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com>
| if (args.bg && args.bg !== '') { | ||
| setSectionColors([args.bg, ...sectionColorsDefault]) | ||
| } | ||
| }, [args.bg]) |
There was a problem hiding this comment.
(non blocker, nit picking) Didn't really understand what this block of code does, can you help me?
There was a problem hiding this comment.
Needed to avoid error: "To many re-renders"
* Add bg for ProgressBar.item Merge this once primer/react#5007 is merged * Create beige-schools-horse.md
Adds a
bgprop for onProgressBar.Itemas discussed in https://github.slack.com/archives/GACAW0NPM/p1726839001767409Follow-up task
Changelog
bgprop for onProgressBar.ItemRollout strategy
Testing & Reviewing
Merge checklist