Skip to content

Build Logs
3m 51s

npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Failed to compile.
./src/nextra/navbar.tsx:89:18
Type error: Type '{ children: Element; id: string; key: string; }' is not assignable to type 'MenuItemProps'.
Property 'value' is missing in type '{ children: Element; id: string; key: string; }' but required in type 'MenuItemBaseProps'.
87 | >
88 | {Object.entries(items || {}).map(([key, item]) => (
> 89 | <Menu.Item id={key} key={key}>
| ^
90 | <Anchor
91 | href={
92 | item.href || routes[key]?.route || menu.route + '/' + key
Next.js build worker exited with code: 1 and signal: null
 ELIFECYCLE  Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1

panda-docs – Deployment Overview – Vercel