State/Effect practice: Error: Failed to load script tag with src="https://cw0.scrimba.com/index.jsx"

I keep getting these errors:

Failed to load script tag with src=“Learn to code with Scrimba

When doing the challenges in the “Learn React / Side Effects / State and Effect practices / Exercise #1” and #2.

I can submit my solution and confirm it’s correct, but I can’t actually get the mini browser to load due to the script error.

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 ahve the same issue

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.