-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Overflow menu item key duplicates #131
Comments
It's an issue in rc-tabs lib, I created a ticket there |
@rinick Hi, would you consider making a pull request with the change you proposed in the rc-tabs issue above? |
I did. just check the links in the above issue. If you really need this PR approved ASAP, you can try these
If that's too hard, you can use patch-package to fix that issue locally |
My bad, I did not check, thought it stalled after the welcome of a PR. Thanks, I'll see if I can contribute. |
I've got an issue with console warnings for duplicate keys on the overflow menu items.
I can't reproduce in your example (no react?) but in this unrelated sandbox:
https://codesandbox.io/s/0l2oc
1 Open devtools/console
2 Click to add one tab
3 Shrink view to get overflow menu button
4 Click overflow menu button to view menu (no need to select anything)
5 Shrink view to be smaller than 1 tab's width
Console will be full of 'Encountered two children with the same key,
tab1
' warnings.The text was updated successfully, but these errors were encountered: