This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 246
Luxon Invalid unit zone #267
Comments
+1 doesn't work with version 2.0.2 of luxon |
+1 |
3 similar comments
+1 |
+1 |
+1 |
currently I have a workaround until author resolves the dependency to the library itself.
My version are: |
+1 I ended up just downgrading luxon to lates v1 version |
This issue was effected luxon's change fromObject and normalizeObject method(datetime.js) You want to revise, remove [zone: "UTC"] == DatetimeCalendar.vue:60
remove zone: "UTC"
|
westnet-paul
added a commit
to westnet-paul/vue-datetime
that referenced
this issue
Nov 8, 2021
Alternatively you call roll back luxon |
+1 The workaround with [email protected] works great. The correction is pending merge https://github.com/westnet-paul/vue-datetime/commit/ac84c239afe533e31d65e890501a40b4dcf7a1b5 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Versions
Description:
Getting Invalid Unit zone error when use luxon version 2.0.2 but when downgrade luxon version to 1.15.0 the issue seems to be resolved.
Steps To Reproduce:
Including a reproduction would be great. You can fork this fiddle: https://jsfiddle.net/7mvpgsc4/
The text was updated successfully, but these errors were encountered: