react-server675fbba4
react-serverfilestestfixtureserror-message.jsx
test/fixtures/error-message.jsxjsx135 B4657d86e
"use client";

export default function CustomErrorBoundary({ error }) {
  return <pre data-testid="error-stack">{error.stack}</pre>;
}