Downgrade to React 18 with Vite
Vite is now installing React 19. To use React 18 perform the following:
npm create vite@latest
Edit package.json
As of time of writing vite is using 19.0.0 Replace the with latest stable version of React, 18.3.1

Change to 18.3.1
Run npm install
npm run dev