State variable:-
const [picture, setPicture] = useState(null);
Let suppose picture="123" after updating image picture has same same value "123".So my question is how to reload Image.
<Image src={profileurl + picture} alt="profile" title="profile" width="100" height="100" />