dayjs icon indicating copy to clipboard operation
dayjs copied to clipboard

return null on toISOString if date is invalid

Open BoxenOfDonuts opened this issue 1 year ago • 0 comments

Fixes an issue where dayjs would throw an error if you tried to .toISOString() on an invalid input.

BoxenOfDonuts avatar Mar 01 '24 18:03 BoxenOfDonuts