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 acab5f8 commit c95b272Copy full SHA for c95b272
packages/mui-material/src/Tab/Tab.js
@@ -211,8 +211,6 @@ const Tab = React.forwardRef(function Tab(inProps, ref) {
211
textColor = 'inherit',
212
value,
213
wrapped = false,
214
- // eslint-disable-next-line react/prop-types
215
- tabIndex,
216
...other
217
} = props;
218
@@ -267,7 +265,6 @@ const Tab = React.forwardRef(function Tab(inProps, ref) {
267
265
onClick={handleClick}
268
266
onFocus={handleFocus}
269
ownerState={ownerState}
270
- tabIndex={tabIndex}
271
{...other}
272
>
273
{iconPosition === 'top' || iconPosition === 'start' ? (
0 commit comments