nutui-react
nutui-react copied to clipboard
fix(picker): 函数调用之前检查 locale 是否已经定义
- [x] 日常 bug 修复
Summary by CodeRabbit
-
修复
- 在选择器组件中,使用可选链(
?.
)来安全访问locale
对象的cancel
属性,解决了当locale
可能为null
或undefined
时导致的问题。
- 在选择器组件中,使用可选链(