/opt/canhelp/node_modules/next/dist/esm/next-devtools/userspace/app
NameSizeModeActions
errors/-0755rm
app-dev-overlay-error-boundary.js19890644editdlrm
app-dev-overlay-error-boundary.js.map34600644editdlrm
app-dev-overlay-setup.js3920644editdlrm
app-dev-overlay-setup.js.map7690644editdlrm
client-entry.js6530644editdlrm
client-entry.js.map10450644editdlrm
forward-logs.js123260644editdlrm
forward-logs.js.map204870644editdlrm
segment-explorer-node.js36690644editdlrm
segment-explorer-node.js.map65800644editdlrm
terminal-logging-config.js3690644editdlrm
terminal-logging-config.js.map9370644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/next-devtools/userspace/app/client-entry.js (653B)
import { jsx as _jsx } from "react/jsx-runtime"; import React from 'react'; import DefaultGlobalError from '../../../client/components/builtin/global-error'; import { AppDevOverlayErrorBoundary } from './app-dev-overlay-error-boundary'; // If an error is thrown while rendering an RSC stream, this will catch it in // dev and show the error overlay. export function RootLevelDevOverlayElement(param) { let { children } = param; return /*#__PURE__*/ _jsx(AppDevOverlayErrorBoundary, { globalError: [ DefaultGlobalError, null ], children: children }); } //# sourceMappingURL=client-entry.js.map