Fix a missing generic in the CollectionComparator type.
Review Request #12923 — Created March 25, 2023 and submitted — Latest diff uploaded
The recent change for collections introduced some new types for
collection comparators. This was missing a generic forTModel
, which
didn't affect unit tests, but did affect building the package.This adds the missing generics.
Successfully built a package.