Replies: 2 comments
-
| By default, the tooltip should position itself correctly when using dynamic content. According to your description, this seems like a bug. Please create a minimal example using StackBlitz or something similar and create a new issue demonstrating the problem. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Here is a repro: https://stackblitz.com/edit/react-ts-ay7kkp?file=App.tsx | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that position is off if the content of the tooltip's height changes. Is there a way to indicate to the tooltip to recalculate its position based on the height of the dynamic content of the tooltip?
I'm trying to work out why tooltips are being positioned way out of place on first render of the cell in my app. On the second render it positions itself correctly. I have considered 2 possibilities:
Beta Was this translation helpful? Give feedback.
All reactions