We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5891a32 commit 45d9458Copy full SHA for 45d9458
packages/tabs/src/TabsManager.tsx
@@ -99,7 +99,7 @@ export interface TabsManagerProps
99
/**
100
* The list of tabs that should be controlled by the tabs manager.
101
*/
102
- tabs: (TabConfig | ReactElement | string)[];
+ tabs: readonly (TabConfig | ReactElement | string)[];
103
104
105
* The children to render that should eventually have the `Tabs` component and
0 commit comments