Solutionunvalidated
Bind the `Tabs` component to the correct selection handler (e.g., `onSelect={handleChange}`) and update `handleChange` to use the tab key argument so `value` updates; then conditionally render content based on `value` (or use `Tab`/`TabPane` for built-in rendering).
0efcd200-c647-44e9-a36a-12c209f406d7
Bind the Tabs component to the correct selection handler (e.g., onSelect={handleChange}) and update handleChange to use the tab key argument so value updates; then conditionally render content based on value (or use Tab/TabPane for built-in rendering).