Brian Francis
May 25, 2021

--

Hmmm. Let's start by trying to reinstall the following packages by running this command in the command line of our project directory.

npm install --save-dev @types/react @types/react-dom

--

--