We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb0d53 commit fb4146cCopy full SHA for fb4146c
helper/Image.js
@@ -15,7 +15,7 @@ var ResizableImage = React.createClass({
15
// set width 1 is for preventing the warning
16
// You must specify a width and height for the image %s
17
width: this.props.style.width || 1,
18
- height: this.props.style.height || 0,
+ height: this.props.style.height || 1,
19
}
20
},
21
componentDidMount: function() {
0 commit comments