mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-04 23:26:52 +00:00
Add key prop to asciinema
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
29f76fec67
commit
742c6c1efb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export class AsciinemaReplacer implements ComponentReplacer {
|
|||
const count = (this.counterMap.get(asciinemaId) || 0) + 1
|
||||
this.counterMap.set(asciinemaId, count)
|
||||
return (
|
||||
<AsciinemaFrame id={asciinemaId}/>
|
||||
<AsciinemaFrame key={`asciinema_${asciinemaId}_${count}`} id={asciinemaId}/>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue