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
I know it's a boundary case but I have 2 angular apps running on a single page, both are using svg-injector and it throws an error if I try loading the same svg URL in both apps. It looks like process queue is being processed twice and since the queue contains a hash of URLs with elements the second pass through the queue encounters empty elements from the first app that have been replaced already.
The text was updated successfully, but these errors were encountered:
I know it's a boundary case but I have 2 angular apps running on a single page, both are using svg-injector and it throws an error if I try loading the same svg URL in both apps. It looks like process queue is being processed twice and since the queue contains a hash of URLs with elements the second pass through the queue encounters empty elements from the first app that have been replaced already.
The text was updated successfully, but these errors were encountered: