Skip to content

Instantly share code, notes, and snippets.

@OlivierJM
Created March 25, 2019 17:04
Show Gist options
  • Save OlivierJM/6507ac8305d2f0339b95bb126c62eab2 to your computer and use it in GitHub Desktop.
Save OlivierJM/6507ac8305d2f0339b95bb126c62eab2 to your computer and use it in GitHub Desktop.
<ErrorBoundary>
<ComponentThatCanCauseAnError />
{ /* If you want you can even nest this */ }
<ErrorBoundary>
<AnotherComponent />
</ErrorBoundary>
</ErrorBoundary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment