Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // // See reactjs.org/docs/error-boundaries for reference.
  2. // class ErrorBoundary extends React.Component {
  3. // static getDerivedStateFromError(error) {
  4. // // No op.
  5. // return {}
  6. // }
  7. // componentDidCatch(error, errorInfo) {
  8. // // No op.
  9. // }
  10. // render() {
  11. // return this.props.children
  12. // }
  13. // }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement