Skip to content

Commit f445f04

Browse files
authored
Match by default
This should ensure backwards compatibility
1 parent ef0d401 commit f445f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Media.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Media extends React.Component {
1919
}
2020

2121
static defaultProps = {
22-
defaultMatches: false
22+
defaultMatches: true
2323
}
2424

2525
state = {

0 commit comments

Comments
 (0)