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
In the vue2-leaflet package, when I use the l-circle-marker component with v-for and renderer together, I get the following error:
RangeError: Maximum call stack size exceeded
notice that:
I checked using of the renderer without v-for and it works correctly.
The renderer is a computed property and I can use it in any desired method (calling it like this.renderer()), but it causes create canvas tag for each l-circle-marker in HTML DOM and I won't such thing.