React forwardRef does not seem to work with bootstrap Overlay
问题 According to React-Bootstrap Overlays docs, the target of the overlay should be the element the overlay is positioned in relation to which works beautifully if the target is inline. such as the Example 1 below. If however the referenced dom item is contained inside of another component as illustrated with Example 2 then the reference is not setup correctly and the popover does not get positioned correctly. I was not forwarding the ref at first, and believed that to be my problem, but even