We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4cbf3 commit dbbc887Copy full SHA for dbbc887
components/blur-image.tsx
@@ -18,7 +18,7 @@ export default function BlurImage(props: ComponentProps<typeof Image>) {
18
"duration-700 ease-in-out",
19
isLoading ? "scale-105 blur-lg" : "scale-100 blur-0",
20
)}
21
- onLoadingComplete={() => setLoading(false)}
+ onLoad={() => setLoading(false)}
22
/>
23
);
24
}
0 commit comments