We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7509c commit be4f40fCopy full SHA for be4f40f
astro/src/components/LoadingImage.tsx
@@ -45,6 +45,7 @@ export function LoadingImage({
45
if (canvasRef.current) {
46
canvasRef.current.width = img.width;
47
canvasRef.current.height = img.height;
48
+ // @ts-ignore
49
imageRef.current = img;
50
setImageLoaded(true);
51
0 commit comments