Skip to content

Commit be4f40f

Browse files
committed
Fix build.
1 parent 2f7509c commit be4f40f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro/src/components/LoadingImage.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export function LoadingImage({
4545
if (canvasRef.current) {
4646
canvasRef.current.width = img.width;
4747
canvasRef.current.height = img.height;
48+
// @ts-ignore
4849
imageRef.current = img;
4950
setImageLoaded(true);
5051

0 commit comments

Comments
 (0)