forge
forge copied to clipboard
fix(app-bar-notification-button): fixed a bug where the badge count could not be unset and updated the logic to not render the count
PR Checklist
Please check if your PR fulfills the following requirements:
- Tests for the changes have been added/updated: N
- Docs have been added/updated: Y
- Does this PR introduce a breaking change? N
- I have linked any related GitHub issues to be closed when this PR is merged? N
Describe the new behavior?
Updated the count
property to accept more types and properly allow for disabling the count text.