More questions
Hi @kuy! I'm back with some more questions as I was trying out a little bit more of redux-tooltip :)
-
What is a good use-case for using the onMouseOver, onMouseOut methods for the Origin if the library is anyways firing actions?
-
Is it working well for you in modals? In my complicated code, I was seeing the tooltips appear below the modal and I wasn't sure if it was my code or if redux-tooltips was supporting modals?
-
To control open/close, is the only way to fire Redux actions? Since it seems stateless, is there any prop (like
isOpened') that can be passed to theTooltip` object to control its state? Sorry, if I missed it in the docs! -
To make it behave like a portal (where it renders as a child of
body), is that recommend by passing document.body towithin?
Thank you!