Dmitry Kirilyuk
Dmitry Kirilyuk
Faced with the same issue after adding `kubernetes.io/ingress.allow-http: "false"`
I would not recommend to use gke ingress. I also started with it and faced many problems (for example I was not able to set timeout for WebSocket in yaml...
Can confirm that it works on angularjs.org. In my case the problem is that `DOMContentLoaded` handler is not called here https://github.com/angular/batarang/blob/742336144b5dafcc4a3e8bc26029f298b5795285/dist/hint.js#L716 Maybe something like this will help: ```js angular.element(document).ready(() =>...
@zfarrugia Any thoughts?
@nichita-pasecinic I guess you won't have this problem if you use `useRef` instead of `useState` for storing the chart and series
@carlosingles, thanks for the workaround, currently I hardcoded all virtuals in an interface. @vkarpov15, I've tested the example from my initial message in 6.7.4, and the issue still persists (`fullName`...
@vkarpov15 yes, I'm using it like this `lean({ autopopulate: true, virtuals: true })`. In some cases I also specify the type explicitly `lean({ autopopulate: true, virtuals: true })`
I got the same error when used a proxy in Parcel
@SishaarRao Merge? 😄