We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13719db commit 41c5c25Copy full SHA for 41c5c25
packages/pretty-proptypes/README.md
@@ -90,7 +90,7 @@ ${<Props
90
heading=""
91
props={require('!!extract-react-types-loader!../../PropTypes/Select')}
92
overrides={{
93
- components: (props) => <Prop {...props} shapeComponent={() => null} type="All Components Object" /> }}
+ isACoolComponent: (props) => <Prop {...props} shapeComponent={() => null} type="All Components Object" /> }}
94
/>}
95
```
96
0 commit comments