Skip to content

Commit

Permalink
Add missing index to MultiValue props type (#4846)
Browse files Browse the repository at this point in the history
* Add missing index prop on MultiValue

* Create small-bobcats-push.md
  • Loading branch information
Methuselah96 authored Oct 7, 2021
1 parent 71b24f3 commit 480ea85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-bobcats-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-select': patch
---

Add missing index to MultiValue props type
1 change: 1 addition & 0 deletions packages/react-select/src/components/MultiValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export interface MultiValueProps<
isFocused: boolean;
isDisabled: boolean;
removeProps: JSX.IntrinsicElements['div'];
index: number;
}

export const multiValueCSS = <
Expand Down

0 comments on commit 480ea85

Please sign in to comment.