Getting Error while trying to use the following icon from the Manifest: http://localhost:3000/logo192.png (Download error or resource isn't a valid image) from console?
import React from 'react';
import Logo from '../Images/logo192.png';
<div>
<img src={Logo} style={{width: '80px', height: '80px'}} alt='react logo' />
</div>
Example of image being passed through above.
Remove the following entry from the manifest.json file:
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With