traps · 1 served
Docusaurus
@docusaurus/core · latest 3.10.2 · MIT
React documentation site generator with docs versioning, i18n, and a large plugin ecosystem.
| symptom and fix |
|---|
blocker · >=3.0.0 · published · verified 2026-09-08 A build fails on a Markdown file containing `<` or `{`, with an MDX parse error and no line context. v3 moved to MDX 3, where `{` opens a JavaScript expression and `<` opens JSX, and the build fails when what follows is not valid. Escape them (`\{`, `\<`), use HTML entities (`{`, `<`), or wrap the text in inline code. One bad character takes down the whole site build, so check every page during the upgrade rather than only the ones you edited. v3 also requires Node.js 18 or newer. evidence |
Sorted by severity. Your agent sees the subset that matches the version you have installed: traps(library: "docusaurus", version: "3.10.2").