Rija Cloud
Rija Cloud
Hi thanks for the answer, @danielroe I tried your solution but it still doesn't work on my side
Hi, I found the issue. The solution to this was to remove this from my code for the moment : ``` this.streetView.addListener( "pov_changed", (this.viewPov.heading = this.streetView.getPov().heading), (this.viewPov.pitch = this.streetView.getPov().pitch), (this.viewPov.zoom...
+1 I am getting the same error
Hi @manniL Here is a reproduction for this issue : https://stackblitz.com/edit/rijacloud-moment-nuxtv3?file=app.vue
Hi @Baroshem Thank you for your answer. I have tried your proposal, there is no more error but I I tried to change the locale nothing happens. It remains in...
Hi @hymair , thank you for the answer. But what may be the origin of the heap ?
> We've experienced this recently on our CI. Relevant issues: [actions/runner-images#70](https://github.com/actions/runner-images/issues/70) and [vitejs/vite#2433](https://github.com/vitejs/vite/issues/2433) > > Solved by increasing `--max-old-space-size=16384` in the github action. I tried this but still the same...