Skip to content

Commit

Permalink
Fix bug where string would cause invariant error.
Browse files Browse the repository at this point in the history
  • Loading branch information
eightypop committed Apr 22, 2016
1 parent 8d03ff0 commit 7dacb42
Show file tree
Hide file tree
Showing 9 changed files with 22,419 additions and 33,774 deletions.
21,041 changes: 2,692 additions & 18,349 deletions dist/react-responsive.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-responsive.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/sandbox/dist/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var App = React.createClass({
</MediaQuery>
</MediaQuery>
<MediaQuery maxDeviceWidth={1224}>
<div>You are a tablet or mobile phone</div>
You are a tablet or mobile phone
</MediaQuery>

<MediaQuery orientation='portrait'>
Expand Down
Loading

0 comments on commit 7dacb42

Please sign in to comment.