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).
The text was updated successfully, but these errors were encountered:
The
min()
andmax()
methods can returnnull
(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 aDayjs
(notDayjs | null
).The text was updated successfully, but these errors were encountered: