resize-observer-layout-contracts
Installation
SKILL.md
ResizeObserver layout contracts
ResizeObserver notifications run as part of rendering before paint. A callback
that changes the size it observes can create a cyclic layout dependency: the
browser may defer notifications and report an error, but that safeguard does
not fix the loop or the visible multi-frame layout.