vue-datetime
vue-datetime copied to clipboard
Error on click of DateTime input
Versions
- vue: "^2.6.14"
- vue-datetime: "^1.0.0-beta.14"
- luxon: "^2.0.1"
- weekstart: "^1.1.0"
Description:
Getting following errors on click of datetime picker input.

Calendar popup looks as follows:

Steps To Reproduce:
npm install --save luxon vue-datetime weekstart
In Vue component:
<datetime></datetime>
I don't know why either, but downgrading to luxon 1.25.0 works.
Thank you @aaronfessler. That worked for me.
Faced the same issue with luxon 2.0.2. Installed 1.28.0 instead, it works as well. @aaronfessler thanks!
big same
nice, downgrade luxon to 1.25.0 perfectly works