Oct 16, 2022
Hey! If you're using Create React App, you need to force it to be imported using the file-loader. You can do that by importing the image like: `import image from "!!file-loader!../images/my-image.png";`
Cheers.
Hey! If you're using Create React App, you need to force it to be imported using the file-loader. You can do that by importing the image like: `import image from "!!file-loader!../images/my-image.png";`
Cheers.