Skip to content

bug: TabGroup 在 React concurrent 模式下不展现默认选中项 #13

@liujinxing

Description

@liujinxing
const App = () => {
  return <ThemeProvider theme={theme}>
    <TabGroup>
      <Tab title="1">1</Tab>
      <Tab title="2">2</Tab>
    </TabGroup>
   </ThemeProvider>;
}

const root = document.getElementById('root') as HTMLElement;
ReactDOM.unstable_createRoot(root).render(<App />);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions