Memoized BatchSelectionToolbar component to prevent unnecessary re-renders.

export const BatchSelectionToolbar = React.memo(BatchSelectionToolbarComponent);