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
{{ message }}
This repository was archived by the owner on Feb 21, 2018. It is now read-only.
@tomwayson@jwasilgeo
I discovered this issue in my own project and narrowed it down to the map loading.
You can verify this by implementing NgAfterViewChecked in one of your components.
Wrapping the the MapView seems to fix the continuous change detection,
but wrapping the Map reduced the number of rounds of change detection even further.
I haven't observed any side-effects in my own project from doing this. Hope this helps somebody. I thought this issue was going to be my demise.