Ark UI is a headless UI library with over 45+ components designed to build scalable Design Systems that works for a wide range of JS frameworks.
3.8k
stars
109
forks
source link
Component Tabs bugs with controlled mode on first change #3063
Closed
PlayeurZero closed 3 days ago
Description
When I create a controlled tabs, during the first onValueChange call, I do not change the index and the Tabs.Content unmounts when it shouldn't.
Link to Reproduction
https://stackblitz.com/edit/chakra-ui-v3-o9atp5?file=src%2FApp.tsx
Steps to reproduce
Chakra UI Version
3.1.2
Browser
Firefox 132.0.2 (latest), Chromium 130.0.6723.116
Operating System
Additional Information
Initial render is ok :
Click on "Second tab" (text has disappeared)