We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
https://stackblitz.com/edit/chakra-ui-v3-o9atp5?file=src%2FApp.tsx
3.1.2
Firefox 132.0.2 (latest), Chromium 130.0.6723.116
Initial render is ok :
Click on "Second tab" (text has disappeared)
The text was updated successfully, but these errors were encountered:
@PlayeurZero I transferred the issue to Ark where the underlying issue lives.
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: