majovkovic
majovkovic
@us24man Hello, I tried to reproduce your problem with same setup and everything works fine, I can build application. ``` "@googlemaps/google-maps-services-js": "^3.4.0", "next": "14.2.3", "typescript": "^5" ``` What version of...
@us24man Okay I dont think its about Node version. I'am passing build with 20.11.1. I would try to set "this.authReferrerPolicy" to: `this.authReferrerPolicy = authReferrerPolicy || "origin";` or `this.authReferrerPolicy = "origin";`
Most likely something else causes a problem. Anyway, good luck with your project.
The default Svelte project setup initializes with ESLint ([email protected]), which is not the latest version but still exhibits issues due to an upstream problem with @typescript-eslint. This results in errors...