React SDK Quickstarts, stuck on first checkpoint

I’m trying to do the React SDK Quickstart at: Auth0 React SDK Quickstarts: Add Login to your React App

However, I can’t get past the first checkpoint. I’ve installed the Auth0 React SDK and modified my index.js file as instructed. The program compiles, but when it runs I get the following error in the browser debug console and a blank white screen:
image

I’ve also downloaded the sample app from github and when I run that I get the same error.
GitHub - auth0-samples/auth0-react-samples: Auth0 Integration Samples for React Applications

Anyone have any ideas? If it helps I’m running…
Visual Studio 2022
“react”: “^18.3.1”,
“react-dom”: “^18.3.1”,
“react-scripts”: “5.0.1”

I found the answer for myself…

In addition to making sure you have the latest version of Auth0 and react packages, also make sure you have the latest update on Visual Studio!