-
Notifications
You must be signed in to change notification settings - Fork 38
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
useOverflow
argument change: items
→ itemsCount
#2150
Conversation
Temporarily remove unnecessary CI jobs.
ButtonGroup
OverflowContainer
prop change: items
→ itemsCount
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.
Changes look good, but I feel like this PR should probably be earlier in the stack, since it does not really depend on the large code changes from #2154.
127b8ff
to
c23cffb
Compare
OverflowContainer
prop change: items
→ itemsCount
useOverflow
argument change: items
→ itemsCount
Sounds good, moved it up the stack. Updated the existing message with the new order. |
Changes
Pulled out of #2120 as PR 2 in the PR stack (PR stack order). Didn't include this change in #2154 to prevent that PR from getting large and also because of #2150 (review).
In the
OverflowContainer
from later in the stack, it could be confusing whyitems
are passed aschildren
and as theitems
prop (@mayank99 pointed this out a while back). Thus, this PR renamesuseOverflow()
'sitems
argument toitemsCount
.Testing
Tests still passing.
Docs
No changeset since not a user facing change.