Fix deprecated onLoadingComplete method

This commit is contained in:
2024-12-19 16:33:58 -06:00
parent 44200f2b42
commit 3124506cf1

View File

@@ -21,7 +21,7 @@ const DependentImage = (props: DependentImageProps) => {
{...props}
className={renderedClassName}
alt="no"
onLoadingComplete={() => {
onLoad={() => {
setLoaded(true);
}}
/>