I am trying to create a reusable component such as Tooltip using react-tether.
One problem I have been facing is when other page content pushes the target of the tether, the tether does not reposition itself.

I need a way for the component to understand that the target element position on the page has changed and that it should reposition the tether accordingly. Is there a way to do this?