Skip to content

Commit 27911f1

Browse files
committed
Use forceRenderTabPanel in one example
1 parent b78e868 commit 27911f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const App = () => {
1212
<li>use arrow keys to navigate focused tabs</li>
1313
</ul>
1414

15-
<Tabs>
15+
<Tabs forceRenderTabPanel={true}>
1616
<TabList>
1717
<Tab>React</Tab>
1818
<Tab>Ember</Tab>

0 commit comments

Comments
 (0)