Volodymyr Agafonkin

Results 530 comments of Volodymyr Agafonkin

Example failed job: https://github.com/Leaflet/Leaflet/actions/runs/3107063425/jobs/5034728955

Most of the failures seem to be related to popup code for some reason. Here's another: ``` Chrome Headless 105.0.5195.102 (Linux x86_64) Popup L.Map#openPopup should not be closen when dragging...

Another common error looks like this: ``` Firefox 104.0 (Ubuntu 0.0.0) Popup L.Map#openPopup should not be closen when dragging map FAILED TypeError: el is undefined (src/LeafletWithGlobals.js:2538) ``` The intermittent failures...

It's possible that this is related to #8464 and could be fixed by #8478 🀞 At least all the tests surprisingly pass in that PR and the merged commit.

Looks like it's stable again now after #8478. Will reopen if it still happens

I don't think we'd be able to diagnose the issue without a minimal live test case reproducing this. Can you try building one?

> I'm leaning towards the first, even though it's a breaking change for users of namespaced import. The reason for this is that it allows a migration path to the...

Should we do a quick v1.9.1 with the `listens` fix before we decide on this one, and do a v1.9.2 later if necessary? Or should we wait?

@jonkoops do you want to do the v1.9.2 release some time soon?