We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述问题 使用 Picker 组件的 onConfirm 回调时,data.options 为二维数组,但类型定义是一维数组,导致对二维数组的操作出现TS类型报错
复现步骤 步骤:
期望结果 无 TS 类型错误
实际结果 出现 TS 类型错误,原因是 data.options 被声明为一维数组
环境信息
截图(可选)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述问题
使用 Picker 组件的 onConfirm 回调时,data.options 为二维数组,但类型定义是一维数组,导致对二维数组的操作出现TS类型报错
复现步骤
步骤:
期望结果
无 TS 类型错误
实际结果
出现 TS 类型错误,原因是 data.options 被声明为一维数组
环境信息
截图(可选)
The text was updated successfully, but these errors were encountered: