mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix missing key
This commit is contained in:
@@ -122,6 +122,7 @@ function ElementsDropdown({
|
||||
<div className={styles.Modal} ref={modalRef}>
|
||||
{ownerStack.map((id, index) => (
|
||||
<button
|
||||
key={id}
|
||||
className={
|
||||
ownerStackIndex === index
|
||||
? styles.SelectedComponent
|
||||
|
||||
Reference in New Issue
Block a user