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
The min() and max() methods can return null (as a result of the .sortBy()) but this is not mentioned in the documentation. The .d.ts file also only indicates that it will return a Dayjs (not Dayjs | null).