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.
2 parents f11433c + 559c65e commit f318d4bCopy full SHA for f318d4b
src/tab_loop.tsx
@@ -85,7 +85,7 @@ export default class TabLoop extends Component<TabLoopProps> {
85
tabChildren && tabChildren.length > 1 && tabChildren[0].focus();
86
};
87
88
- render() {
+ render(): React.ReactNode {
89
if (!(this.props.enableTabLoop ?? TabLoop.defaultProps.enableTabLoop)) {
90
return this.props.children;
91
}
0 commit comments