Base-component that just displays a score. If you need to handle logic with hidden scores, use MaybeHiddenScore.
MaybeHiddenScore
Using , the score is never hidden. This is useful for displaying scores in the Profile etc.
Readonly
Optional
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.
Legacy React Docs
Base-component that just displays a score. If you need to handle logic with hidden scores, use
MaybeHiddenScore
.Using , the score is never hidden. This is useful for displaying scores in the Profile etc.