mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
476f53879e
Adds `getClientRects()` to fragment instances with a fixture test case. `Element.getClientRect` returns a collection of `DOMRect`s (see example of multiline span returning two `DOMRect` boxes). `fragmentInstance.getClientRects` here flattens those collections into an array of rects.