Skip to content

Commit 40d5797

Browse files
salujaharkiratljharb
authored andcommitted
[guide] [react] Add missing trailing comma
1 parent cdbe705 commit 40d5797

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

react/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
SFC.propTypes = {
360360
foo: PropTypes.number.isRequired,
361361
bar: PropTypes.string,
362+
children: PropTypes.node,
362363
};
363364
SFC.defaultProps = {
364365
bar: '',

0 commit comments

Comments
 (0)