We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since leaflet 1.8.0 fixes the bug with Safari tap event (yay!) it also introduces new warning for leaflet-locatecontrol when removing map.
Here's codesandbox with testing env. https://codesandbox.io/s/leaflet-timeline-control-forked-8df1z1?file=/src/index.js Use "Remove map" and "Add map" to generate the warning.
I am not sure what causes this, but after brief analysis it concerns only the zoomend event: this._map.off('zoomend', this._onZoomEnd, this);
this._map.off('zoomend', this._onZoomEnd, this);
The text was updated successfully, but these errors were encountered:
With Leaflet 1.8.0 I can also see this, but with version 1.9.2 it no longer occurs 🙂
Sorry, something went wrong.
No branches or pull requests
Since leaflet 1.8.0 fixes the bug with Safari tap event (yay!) it also introduces new warning for leaflet-locatecontrol when removing map.
Here's codesandbox with testing env. https://codesandbox.io/s/leaflet-timeline-control-forked-8df1z1?file=/src/index.js
Use "Remove map" and "Add map" to generate the warning.
I am not sure what causes this, but after brief analysis it concerns only the zoomend event:
this._map.off('zoomend', this._onZoomEnd, this);
The text was updated successfully, but these errors were encountered: