You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Badge bearing components all repeat the same minor code to implement BadgeValue and BadgeExited along with detecting changes to both in OnParametersSetAsync. It would be nice to find a way to eliminate this repetition. We decided not to add further inheritance because the inheritance tree would become too complex.
The text was updated successfully, but these errors were encountered:
Badge bearing components all repeat the same minor code to implement
BadgeValue
andBadgeExited
along with detecting changes to both inOnParametersSetAsync
. It would be nice to find a way to eliminate this repetition. We decided not to add further inheritance because the inheritance tree would become too complex.The text was updated successfully, but these errors were encountered: