How to fix this issue , entry-server.tsx:6:5: ERROR: Expected “)” but found “?” , /entry-client.tsx:7:34: ERROR: Expected “)” but found “as”
Im trying to migrate a existing react js app built using cra , to vite ssr . I have installed all the dep packages and moved all the code . while im trying to run the project using npm run dev . I end up getting this issue
How to fix this issue , entry-server.tsx:6:5: ERROR: Expected “)” but found “?” , /entry-client.tsx:7:34: ERROR: Expected “)” but found “as”
Im trying to migrate a existing react js app built using cra , to vite ssr . I have installed all the dep packages and moved all the code . while im trying to run the project using npm run dev . I end up getting this issue