After #40740, there are two different props in the Popover component to affect is position: position (legacy) and placement (new)
In order to deprecate the legacy position prop from the Popover component, we should first migrate all current usages to the new placement prop:
After #40740, there are two different props in the
Popovercomponent to affect is position:position(legacy) andplacement(new)In order to deprecate the legacy
positionprop from thePopovercomponent, we should first migrate all current usages to the newplacementprop:positionfromPopover's storybookpositionin favour ofpopoverProps.placement,Dropdown: thepositionprop is made redundant bypopoverProps#46858)Dropdown: deprecatepositionprop, usepopoverPropsinstead #46865positionin favour ofplacementtoo) Tooltip: addplacementprop to replace deprecatedposition#54264placementprop to replacepositioninRangeControl#70326placementprop for popover positioning #70348position={orposition:props:tooltipPositionprop (ie.Buttoncomponent)