在arkTS中报错:
Argument of type 'RecordItem' is not assignable to parameter of type 'never'. <ArkTSCheck>
代码如下:

发现是GroupInfo的泛型类型没有确定:
给GroupInfo添加泛型类型,问题解决:
在arkTS中报错:
Argument of type 'RecordItem' is not assignable to parameter of type 'never'. <ArkTSCheck>
代码如下:

发现是GroupInfo的泛型类型没有确定:
给GroupInfo添加泛型类型,问题解决:
4万+
1471
2万+

被折叠的 条评论
为什么被折叠?