Results 4 comments of Tomas Kudlac

Thank you @KABBOUCHI. Though, I have noticed some differences in the `useTippy` returned type and template component ref: 1. missing `contentElem` and `elem`, does this mean these properties should not...

I've tried using the new `TippyComponent` type but there are missing `hide`, `show` functions, etc. Shouldn't they be used externally as well or is there another way how to access...

It's working now, thank you. 🙂

I'm using ESM and Rollup in my project but Jest still had the same problem with loading the package. Here's what worked for me: `jest.config.ts`: ``` export default { preset:...