Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
changed error jsx to span
Browse files Browse the repository at this point in the history
  • Loading branch information
adjohu committed Sep 4, 2015
1 parent 843602d commit ff451b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-error-suppression.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class WrappedComponent extends React.Component {
if (errorLogging) {
console.log('error in component', e);
}
return <div />
return <span />
}
}
}
Expand Down

0 comments on commit ff451b2

Please sign in to comment.