Memoized MatchStatisticsCard component for performance optimization.
const MatchStatisticsCard = React.memo(MatchStatisticsCardComponent); Copy
const MatchStatisticsCard = React.memo(MatchStatisticsCardComponent);
Memoized MatchStatisticsCard component for performance optimization.
Source