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
React 版本: 15.6.2 react-draggable-tab版本: 0.8.1
const tabs = [ (<Tab key="tab0" title="unclosable tab" disableClose > <div> <h1>This tab cannot close</h1> </div> </Tab>), (<Tab key="tab1" title="1stTab" > <div> <h1>This is tab1</h1> </div> </Tab>), (<Tab key="tab2" title="2ndTab Too long Toooooooooooooooooo long" > <div> <pre>Lorem ipsum dolor sit amet, consectetur adipisicing elit, </pre> </div> </Tab>), ]; return ( <Tab tabs = {tabs}> )
The text was updated successfully, but these errors were encountered:
Duplicate of #73
Sorry, something went wrong.
any way to fix this?
My pending pull request fixed it in my instance, but the underlying issue (using string refs) isn't addressed.
No branches or pull requests
React 版本: 15.6.2
react-draggable-tab版本: 0.8.1
const tabs = [ (<Tab key="tab0" title="unclosable tab" disableClose > <div> <h1>This tab cannot close</h1> </div> </Tab>), (<Tab key="tab1" title="1stTab" > <div> <h1>This is tab1</h1> </div> </Tab>), (<Tab key="tab2" title="2ndTab Too long Toooooooooooooooooo long" > <div> <pre>Lorem ipsum dolor sit amet, consectetur adipisicing elit, </pre> </div> </Tab>), ]; return ( <Tab tabs = {tabs}> )
The text was updated successfully, but these errors were encountered: