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 26, 2024. It is now read-only.
Current behavior
Throws error and freezes the second time the map is zoomed (either by clicking the zoom button or scrolling).
Expected behavior
The map should continue to zoom.
Minimal reproduction of the problem with instructions
The issue can be seen at https://plnkr.co/edit/xF2rtWHPWyf4KcRdihzs?p=preview. After the map loads, click the zoom button (in or out) twice. The first time it zooms properly, the second time it throws an error and freezes. If using the scroll wheel, zoom once and allow the map to stop. Then scroll again to see the error.
The error is thrown in _updateTaskCount. The zoneDelegates variable is null when it's length is checked. I know a check could be wrapped around that for loop, but I'm not sure what the implications of that would be.