We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf45ff commit cc6fca9Copy full SHA for cc6fca9
package.json
@@ -61,6 +61,7 @@
61
"react": "15.0.1",
62
"react-addons-test-utils": "15.0.1",
63
"react-dom": "15.0.1",
64
+ "react-sizeme": "1.0.6",
65
"semantic-release": "^6.2.1",
66
"stats-webpack-plugin": "0.3.1",
67
"webpack": "1.13.0",
src/ComponentQueries.js
@@ -81,7 +81,7 @@ function ComponentQueries(...queries) {
81
82
return SizeMe({
83
monitorWidth: true,
84
- monitorHeight: true
+ monitorHeight: false
85
})(ComponentWithComponentQueries);
86
};
87
}
0 commit comments