79758180

Date: 2025-09-07 14:56:50
Score: 1
Natty:
Report link

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:

<img src={image} />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31439125