1b3dea2092
orientation was listed in propDefs with dataAttribute: true, which caused useDefinition to extract it from restProps. React Aria's ToggleButtonGroup never received it and defaulted to horizontal. Remove orientation from propDefs and OwnProps so it flows through restProps to React Aria, which handles data-orientation itself. Signed-off-by: Johan Persson <johanopersson@gmail.com>