You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
script.js :
import bot from './assets/bot.svg'
import user from './assets/user.svg'
send.svg is shown correctly but bot.svg and user.svg cannot be read !
Error report in Google Chrome inspect :
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "image/svg+xml". Strict MIME type checking is enforced for module scripts per HTML spec.
The text was updated successfully, but these errors were encountered:
script.js :
import bot from './assets/bot.svg'
import user from './assets/user.svg'
Error report in Google Chrome inspect :
The text was updated successfully, but these errors were encountered: