> m-one-webpage-1.4@0.0.0 build > next build ▲ Next.js 16.2.2 (Turbopack) Creating an optimized production build ... ✓ Compiled successfully in 4.0s Running TypeScript ... Failed to type check. ./components/ImageWithFallback.tsx:25:60 Type error: Argument of type 'string | Blob' is not assignable to parameter of type 'string | (() => string)'. Type 'Blob' is not assignable to type 'string | (() => string)'. 23 | ...props 24 | }) => { > 25 | const [imgSrc, setImgSrc] = useState(src);  | ^ 26 | const [hasError, setHasError] = useState(false); 27 | const [isLoading, setIsLoading] = useState(true); 28 | const imgRef = useRef<HTMLImageElement>(null); Next.js build worker exited with code: 1 and signal: null