Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class ErrorBoundary
extends Component<{ }, { error: Error | Promise<any> | null; }>
import { ErrorBoundary } from "https://deno.land/x/aleph@v0.3.0-beta.14/framework/react/components/ErrorBoundary.ts";

Constructors

new
ErrorBoundary(props: { })

Methods

componentDidCatch(error: any, info: any)