Custom TooltipComponent is not working #738
-
Hi, thank you for the great library! I was up and running pretty fast but I spent most of my time trying to integrate a custom tooltip like https://react-joyride.com/custom The issue is that it seems that the joyride code never sets my tooltip component, self.tooltip is always null when I debug the joyride code. Here is the code of my dead simple tooltip:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
hey @guiracine Have you checked the documentation and the example code? |
Beta Was this translation helpful? Give feedback.
-
Hi @gilbarbara thanks for the answer. Thanks! |
Beta Was this translation helpful? Give feedback.
hey @guiracine
Have you checked the documentation and the example code?
https://docs.react-joyride.com/custom-components
https://codesandbox.io/s/github/gilbarbara/react-joyride-demo