forked from Archives/Athou_commafeed
remove warning about missing index during tests
This commit is contained in:
@@ -80,7 +80,7 @@ class HighlightMatcher extends Matcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
replaceWith(children: ChildrenNode): Node {
|
replaceWith(children: ChildrenNode): Node {
|
||||||
return <Mark>{children}</Mark>
|
return <Mark key={0}>{children}</Mark>
|
||||||
}
|
}
|
||||||
|
|
||||||
asTag(): string {
|
asTag(): string {
|
||||||
|
|||||||
Reference in New Issue
Block a user