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
[x] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[ ] Other, please describe
Tell about your platform
flatPickr version : 4.6.13
Vue.js version : 3.4.25
Browser name and version : Chrome
This package version : 11.0.5
Current behavior
When try to test the component with date fields, I am getting this error: Cannot read properties of undefined (reading 'calendarContainer')
Also in the console I am seeing this warning:
[Vue warn]: Component is missing template or render function.
at <Anonymous id="auZ_9XPj2BmYMwgVsPrhS" ref_key="flatPicker" ref=Ref< undefined > ... >
at <DateInput key=0 id="auZ_9XPj2BmYMwgVsPrhS" name="fromDate" ... >
at <InputField modelValue="" onUpdate:modelValue=fn name="fromDate" ... >
at <Test ref="VTU_COMPONENT" >
at <VTUROOT>
I believe it's maybe due to this warning
Expected behavior
Tests should pass as expected
Minimal reproduction of the problem with instructions
I tried with the sample vue component:
I'm submitting a ... (check one with "x")
Tell about your platform
Current behavior
When try to test the component with date fields, I am getting this error:
Cannot read properties of undefined (reading 'calendarContainer')
Also in the console I am seeing this warning:
I believe it's maybe due to this warning
Expected behavior
Tests should pass as expected
Minimal reproduction of the problem with instructions
I tried with the sample vue component:
When I run the test, it ends up saying:
Cannot read properties of undefined (reading 'calendarContainer')
The text was updated successfully, but these errors were encountered: