Bug Description
Many places in the project use this.effectiveDir and check for RTL to set either placement="Start" or placement="End" which is incorrect - Start and End already account for RTL. This is probably a leftover from 1.x where Left/Right were used instead.
Example of incorrect usage - ShellBar.ts
Please check if all occurrences are using the correct placement.