检查哪些道具允许反应子组件

时间:2016-08-29 12:44:06

标签: reactjs

使用React.Children.map时,有没有办法找出React组件中允许哪些道具。这是一个例子:

{React.Children.map(props.children, c => React.cloneElement(c, extendedProps))}

extendedProps可以为特定孩子保留未知道具,从而导致Unknown Prop Warning

0 个答案:

没有答案