#React + TS Vite proyect failed to run

1 messages · Page 1 of 1 (latest)

devout marlin
#

It seems something went wrong with the new update, because every new React + TS proyect fail to work, I can only see a white page on the browser... I'm the only one with this problem?

muted matrix
#

Do you see an error? Does it not build? How are you creating it? Do you have a reproduction repository?

devout marlin
#

i didn't do any change in it, I just execute the proyect with npm run dev and it does not work...

#

the complete list of errors on the browser console are the following:

App.tsx:10  Uncaught Error: @vitejs/plugin-react can't detect preamble. Something is wrong. See https://github.com/vitejs/vite-plugin-react/pull/11#discussion_r430879201 at App.tsx:10:5
(anónimo) @ App.tsx:10
manifest.webmanifest:1 GET http://localhost:5173/manifest.webmanifest 404 (Not Found)
manifest.webmanifest:1  Manifest: Line: 1, column: 1, Syntax error.```
If I could upload captures I'd do it...
muted matrix
#

Node and npm version?

devout marlin