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
To resolve the TypeError "Cannot read properties of null (reading 'slice')" in the datePicker component, ensure that the internalValue is properly initialized and handled. The error likely occurs because internalValue is null or not properly set when the slice method is called.
In the data function, ensure that internalValue is initialized correctly:
Environment
谷歌浏览器允许的vue3项目
Reproduction link
https://www.iviewui.com/view-ui-plus/component/form/date-picker
Steps to reproduce
viewuiplus.min.js:44 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'slice')
What is expected?
能尽快解决
What is actually happening?
尽快解决bug,回出详细解决方案
The text was updated successfully, but these errors were encountered: