const handleLoad = useEffectEvent((event: SyntheticEvent<HTMLImageElement, Event>) => {
        setUnloaded(false);
        onLoad?.(event);
    });