Hey @Dan_Kelley, would you be able to link the scrim with your solution? You can right-click the point of your solution and ‘fork to scrim’ and then link that. It will create an independent scrim where we can assess.
I have the same problem in Learn React / React State / Passing state as props / Exercise #1 Error: Failed to load script tag with src="https://cw0.scrimba.com/index.jsx"
This happens the moment I create the separate Count component and try to import it:
import Count from “./count”
n.b. I tried the “fork to scrim” you mentioned, but I can’t see that if you right click the lesson - it has a “remix” option?
UPDATE: Just figured out that this error was due to case sensitivity - my component file name was Count.jsx and my import was from “count” with lowercase c.