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
Supplying the placement option to the popperConfig object doesn't seem to have any effect. It looks like it gets overridden by the placement prop, here:
Supplying the
placementoption to the popperConfig object doesn't seem to have any effect. It looks like it gets overridden by the placement prop, here:https://github.com/react-bootstrap/react-overlays/blob/master/src/DropdownMenu.js#L144
I was hoping to centre the menu, i.e.:
Cheers!