I\'m using create-react-app, and I am struggling to load images. I am following the instructions as specified here, but I keep seeing the following error:
render() {
// Note: this is an escape hatch and should be used sparingly!
// Normally we recommend using `import` for getting asset URLs
// as described in “Adding Images and Fonts” above this section.
return ;
}