Don't remove the line that gets the error message
This commit is contained in:
@@ -107,6 +107,7 @@ export default React.createClass({
|
||||
return;
|
||||
}
|
||||
|
||||
const msg = error.message || error.toString();
|
||||
this.setState({
|
||||
errorText: msg
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user