0

https://codesandbox.io/s/intelligent-feynman-j5wzv

If you hover on the button, you will see an effect in the first rendering and then the right position of the Tooltip, Am I missing anything when using popperjs properly?

migueloop
  • 525
  • 9
  • 21

1 Answers1

0

Solution was to add to StyledToolTip some visibility attributes:

visibility: "hidden"
"&[data-popper-placement]": {
    visibility: "visible",
  },
migueloop
  • 525
  • 9
  • 21