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

Constructors

new
ErrorBoundary(props: { })

Methods

componentDidCatch(error: any, info: any)