runtime error

Exit code: 1. Reason: β”œβ”€ [email protected] β”œβ”€ [email protected] β”œβ”€ [email protected] └─ [email protected] Done in 24.29s. > [email protected] build > next build Attention: Next.js now collects completely anonymous telemetry regarding usage. This information is used to shape Next.js' roadmap and prioritize features. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: https://nextjs.org/telemetry info - Creating an optimized production build... info - Compiled successfully info - Linting and checking validity of types... Failed to compile. ./src/app/about-event.tsx:273:8 Type error: Type '{ children: string; variant: "h6"; className: string; color: "orange"; placeholder: string; onPointerEnterCapture: undefined; onPointerLeaveCapture: undefined; }' is missing the following properties from type 'Pick<TypographyProps, "children" | "href" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "media" | "style" | "target" | "type" | "role" | ... 257 more ... | "ping">': onResize, onResizeCapture   271 |     272 |  > 273 |  <Typography variant="h6" className="text-center mb-2" color="orange" placeholder="" onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined}>   |  ^   274 |  Every Day Update   275 |  </Typography>   276 |  <Typography variant="h6" className="text-center mb-2" color="blue-gray" placeholder="" onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined}>

Container logs:

Fetching error logs...