Linting and checking validity of types ...
Failed to compile.
./src/components/Card.tsx:3:24
Type error: Binding element 'children' implicitly has an 'any' type.
1 | import clsx from 'clsx'
2 |
3 | export const Card = ({ children, className = '', ...props }) => {
| ^
4 | return (
5 | <div
6 | className={clsx(
Next.js build worker exited with code: 1 and signal: null
Error: Command "prisma generate && prisma generate --schema=./prisma-mongo/schema.prisma && next build" exited with 1
Linting and checking validity of types ...
Failed to compile.
./src/components/Card.tsx:3:24
Type error: Binding element 'children' implicitly has an 'any' type.
1 | import clsx from 'clsx'
2 |