I'm using Leaflet Js reactive block in my application.
While my application is loading it runs some dataActions then I'm getting this error - attaching screenshots below.
I can see those errors are coming from Leaflet block only but I'm unable understand why it's happening.
Here it's showing names e.onAdd, e._layerAdd, e.whenReady etc these all are used in the scripts of it.
Can anyone suggest something why it is happening?
got the solution. So 'DestroyOnExit' was by default True for the map, because of that map was not there when data was loaded.