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) => (
|
return props.hits.map((hit, index) => (
|
||||||
<Hit
|
<Hit
|
||||||
|
key={hit.page}
|
||||||
{...props}
|
{...props}
|
||||||
hit={hit}
|
hit={hit}
|
||||||
index={index}
|
index={index}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue