Error headline followed by a few stack frames with file paths and amber line and column numbers.
New here? Read the installation guide.
import { Code9 } from "@/components/beste/piece/code9";
<Code9
error="TypeError: Cannot read 'name' of undefined"
frames={[
{
"fn": "greet",
"file": "src/utils.ts",
"line": 14,
"column": 12
},
{
"fn": "handler",
"file": "src/server.ts",
"line": 42,
"column": 8
},
{
"fn": "processRequest",
"file": "src/api.ts",
"line": 88,
"column": 4
}
]}
/>Dotenv listing with sky keys, italic muted comments, and grouped sections separated by blank lines.
Stacked import statements with destructured names and module paths in a quiet syntax palette.
const greeting = "Hello, Beste!";tsOne-line code snippet with a monospace pill and a tiny language tag on the right.
Pretty-printed JSON object with sky keys, emerald strings, and amber numerics.