-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DateRangePicker] 如果赋值格式不符合 会报错 且点击组件 页面直接奔溃 #1451
Comments
👋 @Jiachang-Cai,感谢给 TDesign 提出了 issue。 |
报错可以理解 但是组件无法使用 导致页面奔溃不理解 |
组件内部需要对数据格式化处理,dayjs并不支持空字符串的格式化,后续很多逻辑都依赖正确的时间格式做计算 |
你要解决的是 不符合 格式的的赋值 直接重置为 空数组?(反正就是不要奔溃) 有时候返回的可能是 null 等参数 不仅仅为字符串 我只是写个示例 |
没有解决就关闭吗 |
对应 PR 里有写 fix #xx 就会被 GitHub 自动关闭,见:#1453 PR 合并后我们会把 issue label 置为 |
已在 0.46.4 版本修复 |
tdesign-vue 版本
0.46.3
重现链接
https://stackblitz.com/edit/angular-tmf6ug?file=src/demo.vue
重现步骤
可能存在 业务数据为Null 或空的情况
格式错误赋值会报错
会报错 的情况下 点击组件 页面直接奔溃 卡死
期望结果
报错不影响组件使用 以及不要导致整个页面奔溃
实际结果
报错后点击 导致整个页面奔溃
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: