Skip to main content
Go to Latest
class ErrorBoundary
extends Component<{ }, { error: Error | Promise<any> | null; }>
import { ErrorBoundary } from "https://deno.land/x/aleph@v0.3.0-beta.7/framework/react/components/ErrorBoundary.ts";

Constructors

new
ErrorBoundary(props: { })

Methods

componentDidCatch(error: any, info: any)