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
dayjs.js:180 Uncaught (in promise) TypeError: date4.locale is not a function
at Object.format (dayjs.js:180:44)
at formatValue (dateUtil.js:105:79)
at useValueTexts.js:20:25
at useMemo.js:7:26
at callWithErrorHandling (runtime-core.esm-bundler.js:199:19)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js:206:17)
at baseWatchOptions.call (runtime-core.esm-bundler.js:6193:47)
at job (reactivity.esm-bundler.js:1813:18)
at flushPreFlushCbs (runtime-core.esm-bundler.js:356:7)
at updateComponentPreRender (runtime-core.esm-bundler.js:5464:5)
### Validations
- [X] Read the [docs](https://doc.vben.pro/)
- [X] Ensure the code is up to date. (Some issues have been fixed in the latest version)
- [X] I have searched the [existing issues](https://github.com/vbenjs/vue-vben-admin/issues) and checked that my issue does not duplicate any existing issues.
- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vbenjs/vue-vben-admin/discussions) or join our [Discord Chat Server](https://discord.gg/8GuAdwDhj6).
- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
The text was updated successfully, but these errors were encountered:
Version
Vben Admin V5
Describe the bug?
调用表单的setValues时,如果传入的值包含dayjs类型,那么从第二次开始就会报错
Reproduction
在 基础表单演示页面 点击多次设置表单值。
从第二次开始,生产环境下会在控制台报错,开发环境下会导致页面路由无法切换
System Info
Relevant log output
The text was updated successfully, but these errors were encountered: