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
When the appendToBody prop is true, the popper parent element is being left in body.
appendToBody
true
body
Reproduces issue: https://jsfiddle.net/psalaets/g7yg9v7s/1/
In that fiddle, the count should never be > 1 but it increases each time you toggle the popover component because the span is not cleaned up.
span
The text was updated successfully, but these errors were encountered:
Merge pull request #15 from psalaets/master
feb7168
Fix for #14: Remove from body on destroy if necessary
Successfully merging a pull request may close this issue.
When the
appendToBody
prop istrue
, the popper parent element is being left inbody
.Reproduces issue: https://jsfiddle.net/psalaets/g7yg9v7s/1/
In that fiddle, the count should never be > 1 but it increases each time you toggle the popover component because the
span
is not cleaned up.The text was updated successfully, but these errors were encountered: