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 8cf2070 commit aa6d1d7Copy full SHA for aa6d1d7
README.md
@@ -225,7 +225,7 @@ This mode has to be enabled by supplying `selectedIndex` to the `<Tabs />` compo
225
226
In this mode react-tabs does not handle any tab selection state internally and leaves all the state management up to the outer application.
227
228
-This mode als enforces you to set a handler for `onSelect`. `defaultIndex` does not have any effect.
+This mode als enforces you to set a handler for `onSelect`. `defaultIndex` does not have any effect and will therefore throw an error.
229
230
```js
231
class App extends Component {
0 commit comments