Use case: description, code
I have a div wanted to capture, when it visible. the code work just find.

but when i set the position to
<div id="capture" style={{ position: 'absolute', top: -9999, left: -9999 }}>{children}</div>
the captured show blank

Expected behavior
The div was captured.
Actual behavior (stack traces, console logs etc)
The div was not captured
Library version
2.6.0
Browsers