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
Thanks for the 1.1.6 version and it's cool clearable feature. I'm getting the following error in this new version, updated with npm. Can you help me to resolve it.
[Vue warn]: Error in callback for immediate watcher "value": "TypeError: Cannot read property 'isValid' of null"
found in
---> <DatePicker>
<BFormGroup>
<UserForm> at resources/assets/js/components/users/Form.vue
<Root>
and this
admin.js:75661 TypeError: Cannot read property 'isValid' of null
at VueComponent.updateDates (admin.js:104887)
at VueComponent.Vue.$watch (admin.js:77568)
at createWatcher (admin.js:77525)
at initWatch (admin.js:77507)
at initState (admin.js:77267)
at VueComponent.Vue._init (admin.js:78562)
at new VueComponent (admin.js:78730)
at createComponentInstanceForVnode (admin.js:78233)
at init (admin.js:78064)
at createComponent (admin.js:79539)
The text was updated successfully, but these errors were encountered:
Thanks for the
1.1.6
version and it's coolclearable
feature. I'm getting the following error in this new version, updated withnpm
. Can you help me to resolve it.and this
The text was updated successfully, but these errors were encountered: