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
As the SVG sprites are currently referenced, they are not being cached and flicker on reload. It seems like the browser does not understand that a reference to a fragment in an SVG is the same SVG as a reference without the fragment. Even referencing the SVG in a preload tag is of no avail. It does not prevent the browser from requesting the SVG over and over.