-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add(Duration) or subtract(Duration) in version v1.11.9 is invalid. #2425
Comments
mlkt
changed the title
The Duration in version v1.11.9 is invalid.
add(Duration) or subtract(Duration) in version v1.11.9 is invalid.
Aug 24, 2023
mlkt
added a commit
to mlkt/dayjs
that referenced
this issue
Aug 24, 2023
mlkt
added a commit
to mlkt/dayjs
that referenced
this issue
Sep 19, 2023
+1 o(╥﹏╥)o |
should have been fixed in the latest version 1.11.10 via #2369 |
mlkt
added a commit
to mlkt/dayjs
that referenced
this issue
Sep 23, 2023
mlkt
added a commit
to mlkt/dayjs
that referenced
this issue
Sep 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
time.add(dayjs.duration({ milliseconds: 123 }))
in version v1.11.9 does not work, and it works normally in version v1.11.8The text was updated successfully, but these errors were encountered: