-
Notifications
You must be signed in to change notification settings - Fork 513
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
Latest dayjs version causes exception in client.messages.create() #934
Comments
Hi @pwiebe, Thanks for the heads up! |
@AsabuHere I'm getting this error 'TypeError: dayjs_1.default.utc is not a function' |
We submitted a pull request iamkun/dayjs#2342 and will reach out to the author |
Our PR was merged, we are waiting on a new release of |
v1.11.9 of dayjs was released at iamkun/dayjs#2277 (comment) please close this issue as this is now resolved |
Per twilio#934 (comment) the version of `dayjs` should be at least `v1.11.9` to avoid an error.
@AsabuHere please see #945 |
Issue Summary
Calling client.messages.create() using version 1.11.7 of dayjs throws an exception as shown below. Downgrading to version 1.11.5 resolves the issue.
Steps to Reproduce
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: