Skip to content

Commit

Permalink
Fix error with key being spread into JSX for react update
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Jul 24, 2024
1 parent 849e601 commit e689b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filtering/filterInput.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ const FilterInput = (props: FilterInputProps) => {
}),
}}
{...getTagProps({ index })}
key={option.value}
/>
));
return null;
Expand Down

0 comments on commit e689b8a

Please sign in to comment.