We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c30ac9 commit e08f062Copy full SHA for e08f062
src/components/account/profile/ImageUpload.tsx
@@ -59,7 +59,7 @@ export default function ImageUpload({
59
event.target.value = '';
60
}
61
},
62
- [onSuccessfulUpload],
+ [onSuccessfulUpload, setImageLoading],
63
);
64
65
const handleButtonClick = useCallback(() => {
0 commit comments