Skip to content

Commit cb7faec

Browse files
mjacksonMichael Jackson
authored andcommitted
Add <Broadcast children> prop type
1 parent 913de98 commit cb7faec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/createBroadcast.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function createBroadcast(defaultValue) {
5353
static defaultValue = defaultValue;
5454

5555
static propTypes = {
56+
children: PropTypes.node,
5657
value: valueType
5758
};
5859

0 commit comments

Comments
 (0)