Skip to content

Commit b8acf25

Browse files
author
Alexandr Kozhevnikov
committed
upd 3.2.1
1 parent 6df8e6c commit b8acf25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function App() {
3737
return makeData(3, 'Tab').map((tab, index) => {
3838
return <Tab key={index}>{tab.title}</Tab>;
3939
});
40-
}, [tabs]);
40+
}, []);
4141

4242
const panelItems = useMemo(() => {
4343
return tabs.map((tab, index) => {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-tabtab-next/themes",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "[TypeScript] Themes for @react-tabtab-next/tabtab",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)