You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using react-bootstrap 0.28.3...an OverlayTrigger with Popover content is causing the above error. Not sure why, maybe because the DOM element the Overlay is bound to is absolutely positioned. The Popover does not appear and is not present in the DOM
Commenting out these two lines in position.js resolves the issue but not sure it's a real fix
Using react-bootstrap 0.28.3...an OverlayTrigger with Popover content is causing the above error. Not sure why, maybe because the DOM element the Overlay is bound to is absolutely positioned. The Popover does not appear and is not present in the DOM
Commenting out these two lines in position.js resolves the issue but not sure it's a real fix
Also if we remove the container prop for {this} from the OveralyTrigger, the Popover appears but is not positioned properly.
Any ideas?
The text was updated successfully, but these errors were encountered: