Skip to content
New issue

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

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

Open
liujinxing opened this issue Nov 7, 2019 · 0 comments
Open
Assignees
Labels
bug Something isn't working
Projects

Comments

@liujinxing
Copy link
Contributor

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 />);
@liujinxing liujinxing self-assigned this Nov 7, 2019
@liujinxing liujinxing added the bug Something isn't working label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
1.x
  
Awaiting triage
Development

No branches or pull requests

1 participant