fix(fs.dev): Add missing key prop in search
This commit is contained in:
parent
5f906aed26
commit
30fcf6c726
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ const Hits = props => {
|
|||
|
||||
return props.hits.map((hit, index) => (
|
||||
<Hit
|
||||
key={hit.page}
|
||||
{...props}
|
||||
hit={hit}
|
||||
index={index}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue