使用React.Children.forEach遍历ReactChildren时需要根据自己挂的属性判断child的类型,但是直接写child.type会报错:[ts]类型“ReactChild”上不存在属性“type”。
尝试定义interface,但是没有用。
interface ReactChild{ type: string; }
求大神解答
Cats萌萌
相关分类