Skip to content

Commit 536761b

Browse files
committed
Add defaultMatches prop type
1 parent 195b1d5 commit 536761b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/Media.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import json2mq from 'json2mq'
77
*/
88
class Media extends React.Component {
99
static propTypes = {
10+
defaultMatches: PropTypes.bool,
1011
query: PropTypes.oneOfType([
1112
PropTypes.string,
1213
PropTypes.object,

0 commit comments

Comments
 (0)