/opt/canhelp/node_modules/next/dist/client/components/errors
NameSizeModeActions
graceful-degrade-boundary.d.ts8700644editdlrm
graceful-degrade-boundary.js27460644editdlrm
graceful-degrade-boundary.js.map39500644editdlrm
root-error-boundary.d.ts2730644editdlrm
root-error-boundary.js17880644editdlrm
root-error-boundary.js.map16940644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/client/components/errors/root-error-boundary.d.ts (273B)
import React, { type JSX } from 'react'; import { type ErrorBoundaryProps } from '../error-boundary'; export default function RootErrorBoundary({ children, errorComponent, errorStyles, errorScripts, }: ErrorBoundaryProps & { children: React.ReactNode; }): JSX.Element;