ember-leaflet icon indicating copy to clipboard operation
ember-leaflet copied to clipboard

Error on cleanup

Open kmccullough opened this issue 2 years ago • 0 comments

Running on [email protected], [email protected], and [email protected] and seeing a similar issue to https://github.com/miguelcobain/ember-leaflet/issues/195 when leaving the route.

base-layer.js:284 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'removeEventListener')
    at LeafletMap._removeEventListeners (base-layer.js:284:1)
    at LeafletMap.willDestroyParent (base-layer.js:205:1)
    at LeafletMap.willDestroyParent (leaflet-map.js:706:1)
    at Root.teardown (node.js:128:1)
    at Root.willDestroyNode (node.js:99:1)
    at will-destroy.js:23:1
    at invoke (backburner.js:353:1)
    at Queue.flush (backburner.js:241:1)
    at DeferredActionQueues.flush (backburner.js:447:1)
    at Backburner._end (backburner.js:999:1)

kmccullough avatar Aug 12 '22 17:08 kmccullough