Memoized MatchFilterControls component for performance optimization.
const MatchFilterControls = React.memo(MatchFilterControlsComponent); Copy
const MatchFilterControls = React.memo(MatchFilterControlsComponent);
Memoized MatchFilterControls component for performance optimization.
Source