-
-
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
LocaleData: weekdays is not a function on instance level #1017
Labels
Comments
iamkun
added a commit
that referenced
this issue
Aug 21, 2020
Thanks. Fixed in #1019 |
iamkun
added a commit
that referenced
this issue
Aug 22, 2020
iamkun
pushed a commit
that referenced
this issue
Sep 2, 2020
## [1.8.35](v1.8.34...v1.8.35) (2020-09-02) ### Bug Fixes * Fix BadMutable plugin bug in .diff ([#1023](#1023)) ([40ab6d9](40ab6d9)) * fix LocaleData plugin to support instance.weekdays() API ([#1019](#1019)) ([a09d259](a09d259)), closes [#1017](#1017) * Update Dutch (nl) locale to set correct yearStart ([1533a2c](1533a2c))
🎉 This issue has been resolved in version 1.8.35 🎉 The release is available on: Your semantic-release bot 📦🚀 |
andrewhood125ruhuc
added a commit
to andrewhood125ruhuc/SidRH2
that referenced
this issue
May 10, 2022
## [1.8.35](iamkun/dayjs@v1.8.34...v1.8.35) (2020-09-02) ### Bug Fixes * Fix BadMutable plugin bug in .diff ([#1023](iamkun/dayjs#1023)) ([40ab6d9](iamkun/dayjs@40ab6d9)) * fix LocaleData plugin to support instance.weekdays() API ([#1019](iamkun/dayjs#1019)) ([a09d259](iamkun/dayjs@a09d259)), closes [#1017](iamkun/dayjs#1017) * Update Dutch (nl) locale to set correct yearStart ([1533a2c](iamkun/dayjs@1533a2c))
andrewhood125ruhuc
added a commit
to andrewhood125ruhuc/SidRH2
that referenced
this issue
May 10, 2022
## [1.8.35](iamkun/dayjs@v1.8.34...v1.8.35) (2020-09-02) ### Bug Fixes * Fix BadMutable plugin bug in .diff ([#1023](iamkun/dayjs#1023)) ([40ab6d9](iamkun/dayjs@40ab6d9)) * fix LocaleData plugin to support instance.weekdays() API ([#1019](iamkun/dayjs#1019)) ([a09d259](iamkun/dayjs@a09d259)), closes [#1017](iamkun/dayjs#1017) * Update Dutch (nl) locale to set correct yearStart ([1533a2c](iamkun/dayjs@1533a2c))
splashwizard
pushed a commit
to splashwizard/tracking-time
that referenced
this issue
Oct 21, 2024
## [1.8.35](iamkun/dayjs@v1.8.34...v1.8.35) (2020-09-02) ### Bug Fixes * Fix BadMutable plugin bug in .diff ([#1023](iamkun/dayjs#1023)) ([40ab6d9](iamkun/dayjs@40ab6d9)) * fix LocaleData plugin to support instance.weekdays() API ([#1019](iamkun/dayjs#1019)) ([a09d259](iamkun/dayjs@a09d259)), closes [#1017](iamkun/dayjs#1017) * Update Dutch (nl) locale to set correct yearStart ([1533a2c](iamkun/dayjs@1533a2c))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using localeData from an instance the error
weekdays is not a function
is thrown.Steps to reproduce:
Using the global function it works:
Expected behavior
localeData returns the same objects for local and global calls.
It is also documented that way: https://day.js.org/docs/en/plugin/locale-data
Information
The text was updated successfully, but these errors were encountered: