diff --git a/change/@fluentui-react-spinner-99434a32-a61d-4fe2-aa49-f82c5f5dc211.json b/change/@fluentui-react-spinner-99434a32-a61d-4fe2-aa49-f82c5f5dc211.json new file mode 100644 index 00000000000000..daa37b6015f6b9 --- /dev/null +++ b/change/@fluentui-react-spinner-99434a32-a61d-4fe2-aa49-f82c5f5dc211.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore: move tabindex to the root slot of Spinner.", + "packageName": "@fluentui/react-spinner", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-components/react-spinner/src/components/Spinner/useSpinner.tsx b/packages/react-components/react-spinner/src/components/Spinner/useSpinner.tsx index ea74c63efec135..f8beb792d177f5 100644 --- a/packages/react-components/react-spinner/src/components/Spinner/useSpinner.tsx +++ b/packages/react-components/react-spinner/src/components/Spinner/useSpinner.tsx @@ -19,7 +19,7 @@ export const useSpinner_unstable = (props: SpinnerProps, ref: React.Ref