-
Notifications
You must be signed in to change notification settings - Fork 515
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
DatePicker undefined 'dayIndex' error for custom date selection (docs out of date?) #2208
Comments
i have same problem :/ |
The issue is raised here in the v-calendar repo. But no updates yet. |
I'm seeing the same error, though it doesn't break anything in the UI for me |
Yeah, issue within v-calendar dep which also seems to be problematic one regarding the updates (last update was from last year) |
Did anyone figure it out ? |
You can downgrade v-calendar to 3.0, or vue before 3.5 |
I ran into the same issue using the example from Nuxt UI |
Following silenced it for me: <VCalendarDatePicker
...
@dayclick="
(_, event) => {
event.target.blur();
}
" /> Thanks to @akorajac |
Even on their website so)) Is there a solution? |
we have the following error in sentry: TypeError: undefined is not an object (evaluating 'r[0].dayIndex') |
I run into the same issue, this is my stacktrace.
Is there any workaround / solution? |
Environment
macOS 14.2.1 (23C71)
node.js v20.9.0
vue v3.5.6.
nuxt v3.13.2
@nuxt/ui v2.18.4
@nuxt/ui-pro v1.4.2
date-fns 4.0.0
v-calendar v3.1.2
Version
2.18.4
Reproduction
Description
Following the daterange section here (https://ui.nuxt.com/components/date-picker#daterangepicker) exactly and then selecting a custom start and end date results in this error:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: