Traceback
constTraceback: (props) =>ReactElement
Defined in: react/components/data/traceback.tsx:29
A rich exception / stack-trace panel — name: message followed by parsed
frames (library frames dimmed) and a few lines of syntax-highlighted source
around the topmost in-app frame, with a caret under the failing column.
try { … } catch (err) { return <Traceback error={err as Error} />; }Parameters
Section titled “Parameters”Returns
Section titled “Returns”ReactElement