Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Created October 3, 2019 22:30
Show Gist options
  • Save zaydek-old/a0c495250b8f934d2c163f76511256bc to your computer and use it in GitHub Desktop.
Save zaydek-old/a0c495250b8f934d2c163f76511256bc to your computer and use it in GitHub Desktop.
// // See reactjs.org/docs/error-boundaries for reference.
// class ErrorBoundary extends React.Component {
// static getDerivedStateFromError(error) {
// // No op.
// return {}
// }
// componentDidCatch(error, errorInfo) {
// // No op.
// }
// render() {
// return this.props.children
// }
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment