Hi all, really enjoying the Scrimba hands on training. Made it all the way through the lessons for Beg. React, but now on the Tensies capstone, I'm getting this Error: Failed to load script tag with src="index.jsx"
I don't see any CORS blocking in the dev tools console https://scrimba.com/learn-react-c0e/~07nk/s013eirs55/head
#Error: Failed to load script tag with src="index.jsx"
1 messages · Page 1 of 1 (latest)
I'm using Brave with the shields turned off. Also tried it in Safari with the same results. I'm on OSX macbook.
Looking into it
Thx! Just got it to work by pasting the index.jsx code from an earlier lesson.
yes issue was you were importing : import './index.css' in index.jsx. We import css in html file not in index.jsx