Skip to content

Commit 1169121

Browse files
authored
Add key to fix unique key error (#53)
Thank you @oney ! Close #59
1 parent 00881cc commit 1169121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Explorer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,6 +2761,7 @@ class Explorer extends React.PureComponent<Props, State> {
27612761

27622762
return (
27632763
<RootView
2764+
key={index}
27642765
isLast={index === relevantOperations.length - 1}
27652766
fields={fields}
27662767
operationType={operationType}

0 commit comments

Comments
 (0)