class ErrorBoundary extends Component<{ fallback: ComponentFunc<any>; component: string; }>import { ErrorBoundary } from "https://deno.land/x/live@1.53.6/components/section.tsx"; Propertiesstate: { error; }Methodsrender()Static MethodsgetDerivedStateFromError(error: any)