We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The div was captured.
div
The div was not captured
2.6.0
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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
the captured show blank
Expected behavior
The
div
was captured.Actual behavior (stack traces, console logs etc)
The
div
was not capturedLibrary version
2.6.0
Browsers
The text was updated successfully, but these errors were encountered: