Open Rajdeepc opened 2 years ago
import React, {ErrorBoundary} from "react"; function App() { return ( <ErrorBoundary> <h1>Example to show how to use ErrorBoundary in React</h1> </ErrorBoundary> ); }