You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'inputValue' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.ts(7022)
Also on value update is prints this messages to the console, but works.
runtime-core.esm-bundler.js?v=86a7d487:50 [Vue warn]: Unhandled error during execution of native event handler
at <CalendarSlot name="day-content" day= Object attributes= Array(1) ... >
at <Anonymous key="2024-09-10" day= Object >
at <CalendarPage>
at <CalendarSlot name="page" page= Object >
at <CalendarPageProvider key="2024-09" page= Object >
at <BaseTransition onBeforeEnter=fn<onBeforeEnter> onAfterEnter=fn<onTransitionAfterEnter> appear=false ... >
at <Transition name="vc-fade" onBeforeEnter=fn<onTransitionBeforeEnter> onAfterEnter=fn<onTransitionAfterEnter> >
at <Anonymous key=1 attributes= Array(1) ref_key="calendarRef" ... >
at <DatePickerBase >
at <BaseTransition onBeforeEnter=fn<onBeforeEnter> onAfterEnter=fn<afterEnter> onBeforeLeave=fn<beforeLeave> ... >
at <Transition name="vc-slide-fade" appear="" onBeforeEnter=fn<beforeEnter> ... >
at <Anonymous id= Symbol() placement="bottom-start" class="vc-date-picker-content vc-blue vc-light" ... >
at <DatePickerPopover >
at <Anonymous modelValue= Tue Sep 10 2024 20:30:47 GMT+0200 (středoevropský letní čas) onUpdate:modelValue=fn >
at <App key=4 >
at <NuxtRoot>
warn$1 @ runtime-core.esm-bundler.js?v=86a7d487:50
Show 1 more frame
Show less
runtime-core.esm-bundler.js?v=86a7d487:266 Uncaught TypeError: Cannot read properties of undefined (reading 'dayIndex')
at DateRangeContext.render (v-calendar.js?v=0ce91fcd:4738:35)
at v-calendar.js?v=0ce91fcd:6965:13
at Array.forEach (<anonymous>)
at v-calendar.js?v=0ce91fcd:6964:19
at Array.forEach (<anonymous>)
at ComputedRefImpl.fn (v-calendar.js?v=0ce91fcd:6963:22)
at refreshComputed (reactivity.esm-bundler.js?v=86a7d487:330:29)
at isDirty (reactivity.esm-bundler.js?v=86a7d487:297:67)
at refreshComputed (reactivity.esm-bundler.js?v=86a7d487:320:47)
at isDirty (reactivity.esm-bundler.js?v=86a7d487:297:67)
I use it like this:
But Typescript complains:
Also on value update is prints this messages to the console, but works.
Version: 3.1.2
Repro: https://stackblitz.com/edit/github-ocjroj?file=app.vue
Is there something better to do than suppressing the error?
The text was updated successfully, but these errors were encountered: