1night2zero

Results 2 comments of 1night2zero

```tsx React.useEffect(() => { if (index === 0) { handleTabChange(0); } }, []); ``` Change tab index value on first time render, can be a temporary solution for me.

有开源仓库吗