-
Notifications
You must be signed in to change notification settings - Fork 88
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
[next] feat(NcCounterBubble): add count prop for humanized count display #5990
Conversation
dcf5d7a
to
3e53785
Compare
Don't forget to include #5985 =) |
I won't include, it's a different PR ._. |
3e53785
to
dec1dd4
Compare
*/ | ||
raw: { | ||
type: Boolean, | ||
required: false, |
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.
not needed
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.
Why?
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.
All props are optional by default, unless
required: true
is specified.
then do not forget to backport ;) |
I won't. One by one. That PR is on made on top of this |
Hmm, It also make sense to not mix new huge change (removing API) to a backport |
Signed-off-by: Grigorii K. Shartsev <[email protected]>
dec1dd4
to
c6d9c5b
Compare
Kept backport clean with the backport only |
Backport of PR #5863