react-ui icon indicating copy to clipboard operation
react-ui copied to clipboard

Mention `propTypes.node` and `false` gotcha in docs

Open adamkudrna opened this issue 3 years ago • 0 comments

false is not accepted as value of propTypes.node. Users must use null or undefined. Affects all components that allow nesting.

adamkudrna avatar Aug 21 '22 13:08 adamkudrna