We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://github.com/ReactTooltip/react-tooltip/blob/master/src/components/Tooltip/Tooltip.tsx#L377
When node is undefined or when contains is not a method this causes an uncaught exception.
node
contains
Suggest changing the expression to:
node?.contains && node.contains(activeAnchor)
This will prevent errors from happening
The text was updated successfully, but these errors were encountered:
thanks for the report @rolandpoulter! PR created :)
Sorry, something went wrong.
Fixed on [email protected]. Thanks for reporting.
[email protected]
Successfully merging a pull request may close this issue.
https://github.com/ReactTooltip/react-tooltip/blob/master/src/components/Tooltip/Tooltip.tsx#L377
When
node
is undefined or whencontains
is not a method this causes an uncaught exception.Suggest changing the expression to:
This will prevent errors from happening
The text was updated successfully, but these errors were encountered: