Skip to content

Commit

Permalink
fix(dnd-list): add thumbIndex to ThumbValue (#3869)
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Oct 28, 2020
1 parent d7a7aa0 commit 9dc7f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slider/slider.js
Expand Up @@ -174,6 +174,7 @@ function Slider({
>
{displayLabel && (
<ThumbValue
$thumbIndex={index}
$isDragged={isDragged}
{...sharedProps}
{...thumbValueProps}
Expand Down

1 comment on commit 9dc7f4f

@vercel
Copy link

@vercel vercel bot commented on 9dc7f4f Oct 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.