dayjs.max(dayjs('2018-01-01')) ===null?
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
I think dayjs.max(dayjs('2018-01-01')) shoulde tobe dayjs('2018-01-01') instead of null

Contributor guide
Research direction
Reproduce the reported dayjs.max(dayjs('2018-01-01')) behavior and inspect the max API entry point and its existing tests. Done means the single-date call returns the supplied Day.js value instead of null, with the behavior covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100