Skip to content

Commit 39b8331

Browse files
committed
add key to tooltip
1 parent f6edd2b commit 39b8331

File tree

1 file changed

+1
-1
lines changed
  • src/RegionSelectAndTransformBoxes

1 file changed

+1
-1
lines changed

src/RegionSelectAndTransformBoxes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const RegionSelectAndTransformBox = memo(
173173
.inverse()
174174
.applyToPoint(px * iw, py * ih)
175175
return (
176-
<Tooltip title={keypointId}>
176+
<Tooltip title={keypointId} key={i}>
177177
<TransformGrabber
178178
key={i}
179179
{...mouseEvents}

0 commit comments

Comments
 (0)