Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 55e01a9 + eec66b1 commit e4b076bCopy full SHA for e4b076b
public/scripts/example.js
@@ -55,6 +55,7 @@ var CommentBox = React.createClass({
55
this.setState({data: data});
56
}.bind(this),
57
error: function(xhr, status, err) {
58
+ this.setState({data: comments});
59
console.error(this.props.url, status, err.toString());
60
}.bind(this)
61
});
0 commit comments