You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest version of `package:collection` the argument type for the
callback in `maxBy` was tightened since it has unnecessarily been marked
as nullable.
Remove the null assertion and bump the minimum version of `collection`.
0 commit comments