Results 2 comments of Yasiel Cabrera

Having the same issue. Version: `"@radix-ui/react-tooltip": "1.1.3",` ![Screenshot 2024-10-28 163900](https://github.com/user-attachments/assets/53906292-9170-416b-8d1f-f0baf441b7ef)

Sorry for the delayed reply. I will provide an example of my case ```ts // dummy component const Button = ({ letter }) => {letter}; export default { title: "Example/Button",...