Skip to content
Loading…

Build Logs
2m 36s

[nextra] Found "_app.tsx" file, refactor it to "_app.mdx" for better performance.
Failed to compile.
./src/components/token-docs/color-grid.tsx:6:49
Type error: 'Token' refers to a value, but is being used as a type here. Did you mean 'typeof Token'?
4 | import type { Token } from '@pandacss/token-dictionary'
5 |
> 6 | export const ColorGrid = ({ tokens }: { tokens: Token[] }) => (
| ^
7 | <div className={grid({ minChildWidth: '11rem', gap: '2', fontSize: 'sm' })}>
8 | {tokens.map((token, index) => (
9 | <ColorGridToken token={token} key={index} />
 ELIFECYCLE  Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1