Testing react app in vsCode

When I include the script tag in my body with the CDN url, I get a message that I need to enable Javascript to run the app. This message shows up in the elements part, when I click “inspect” on Google Chrome. I don’t know how to fix this.

What script tag are you talking about? For freecodecamp test suite or for importing react?

And how are you using react in this case? With CDN or with create-react-app or Vite or something else?

1 Like

Hi,
I solved the problem, I was placing the script tag for the CDN in the wrong place, thanks anyways!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.