Create an ErrorBoundary class component that catches errors in its child tree. Display a fallback UI with "Something went wrong" and a retry button.
Click Run to test your code