Omar Abdo
Omar Abdo
Hi Sachin, Did you find any solution to this problem? Does going back to older versions solve it?
I'm seeing `pageerror at /: SyntaxError: Unexpected token '?`' on my react project (With vite & typescript)
Same exact issue here, I found that adding `"homepage": ".",` to the root level of your _package.json_ file will bypass the error. I don't think it's fixing the error completely...
> In my nuxt project worked by adding in tsconfig.json `"types": [ ... "cookie-universal-nuxt", ]` Exactly what I was looking for, thanks a lot!