I was facing the same issue just now. using
"parcel": "^2.15.4",
I got fixed by this
import Img from 'url:../assests/images/img.png'
And then inside your react JSX follow below code:
JSX
<img src={image} />