react-tooltip
react-tooltip copied to clipboard
Not working with NextJS
I want to show tooltip on a input field when a button is clicked. I am able to do that in codesandbox here but the exact same code doesn't work in my NextJS app. I also tried checking if the ref was assigned correctly and it is, calling input.current.focus()
works but ReactTooltip.show(input.current)
doesn't.
Am I missing something here?
Please, check my comment here: https://github.com/ReactTooltip/react-tooltip/issues/777#issuecomment-1277767508
I'll wait for your feedback to close that one.
Thanks @danielbarion I'll try it 👍
Hi @mrcMesen, do you have any updates?
Marking as resolved based on other tickets, please open a new one if necessary. Thanks!