This is a beyond my expertise, so posting for help. I’m doing perf/mem checks on my app and I noticed this: In the docs, the pg that demonstrates batch loading of SVG images from icon sheet is showing detached html image elements in chrome after heap snapshot. The number of detached is equal to the number of svgs loaded in the PG, see below pic.
I did a control test with an empty PG and it doesn’t appear:
I don’t remember detaching the icons from the dom in the source. Wai or bug ?