Skip to content

Commit e50db44

Browse files
authored
fix: Add link to error message about controlled vs uncontrolled
1 parent f503615 commit e50db44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tabs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default class Tabs extends Component {
8989
) {
9090
throw new Error(
9191
`Switching between controlled mode (by using \`selectedIndex\`) and uncontrolled mode is not supported in \`Tabs\`.
92-
For more information about controlled and uncontrolled mode of react-tabs see the README.`,
92+
For more information about controlled and uncontrolled mode of react-tabs see https://github.com/reactjs/react-tabs#controlled-vs-uncontrolled-mode.`,
9393
);
9494
}
9595

0 commit comments

Comments
 (0)