Skip to content

Commit

Permalink
MediaQuery child can be a node or func.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnusw committed Nov 2, 2017
1 parent aa5c103 commit 8270e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components.js
Expand Up @@ -17,7 +17,7 @@ export const MediaQueryWrapper = (props = {}) => {
}

MediaQueryWrapper.propTypes = {
children: PropTypes.node,
children: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
dispatch: PropTypes.func.isRequired,
fakeWidth: PropTypes.number.isRequired,
}
Expand Down

0 comments on commit 8270e0f

Please sign in to comment.