Dev Tools: Debugging DOM Tree modifications

from blog Manuel Matuzović - Blog, | ↗ original
↗ original
“Break on Subtree Modification” allows you to debug dynamically added and removed DOM nodes.The other day I was debugging a Drag’n’Drop component, and I noticed that it added a DOM node every time I dragged an element. I wanted to inspect the node and see what’s going on in the CSS panel, but as soon as I dropped the element I was dragging, the...