ImpTyrion
ImpTyrion
例: 
  Logically, when the request url provided by the service side is abnormal, the page should not crash directly.
 Picker 组件能否把多列的数据格式改为children呢 不然配合Popup 异步获取数据时,pickerRef.current 压根无法获取组件实例, pickerRef.current.setColumnValues(0, options)自然报错 ps: 为什么无法加入沟通群,充电了也加不了群,是否还维护呢?
 请问是用法不对,还是什么问题,谢谢!
Toast_.success({ message: 'test', onClose: () => { navigateBack(); }, });
### Version of antd-mobile _No response_ ### What is this feature about? 事例:https://stackblitz.com/edit/react-yptauv-gvwpmm?file=demo.tsx 
### Version of antd-mobile 5.35.0 ### What is this feature about? 本自定义封装目的,是为了在本组件不用写 useEffect 去请求接口数据,再塞值给 columns,而是直接通过配置实现 问题: 套了一层自定义组件后,表单的校验、赋值无法正常使用 看了文档是通过实例 ref 透传 到Picker,于是我自定义时 也传了 ref (不传不行),校验时不传 onConfirm 也不行 赋值 我不知道怎么解决了,尝试用了 value ,但是不行...