You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I pass location 0, 0 then component breaks with the error. The issue looks like in SebmGoogleMapMarker.prototype.ngOnChanges - condition if (!this._markerAddedToManger && this.latitude && this.longitude) is evaluated to false, so MarkerManager.addMarker is not called, but the marker exists in model. So, on render phase there is an issue I posted above.
Reported by @uthark:
Plunker: http://plnkr.co/edit/62hA5e?p=preview
The text was updated successfully, but these errors were encountered: