### Summary Recommend to install @types/react and @types/react-dom as dev dependencies instead of as production dependencies. ### Page https://react.dev/learn/typescript ### Details Recommend to do this instead: ```sh npm install --save-dev @types/react @types/react-dom ```