Alex
Results
1
comments of
Alex
You probably included `./04d.jpg` somewhere in `MainWeatherWindow.js`? In the original repository there is no `.jpg` loaded. The only image related part is this: ``` src={ this.props.data ? require(`../images/${this.props.data.icon}.svg`) : require('../images/01d.svg')...