This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 526
Getting alert `preventOverflow
modifier is required by hide
`
#105
Comments
I encountered that as well and I believe it's something required by Popper, but I haven't looked into it deeply. |
Same "problem". Tonns o warnings with this message. Thanks for solving. |
Will this issue be fixed? This is really annoying when you trying to debug something but recieving tonns of warnings in console. |
I don't think there's a "fix", you just need to disable the hide modifier as well. |
@atomiks oh, thanks. I looked into a documentation and saw that there's modifier |
Merged
5 tasks
10 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created a little React component that wraps
tippyjs
, and when I render long lists of elements and scroll down the tooltips attached to the elements that are not initially in the viewport compare far away from their elements.Searching through the issues I found this solution:
Now the positioning seems to work correctly but anytime I trigger the show of a tooltip get this in the console.
If I change the config to this:
The warns disappear.
I would like know if I am breaking something using tippy like this
The text was updated successfully, but these errors were encountered: