wip(lab): More changes for mjs/named exports
This commit is contained in:
parent
2b823885b3
commit
abf3b9ac1a
8 changed files with 9 additions and 14 deletions
|
@ -57,7 +57,7 @@ export const XrayPathOps = ({ ops = false }) => {
|
|||
</Summary>
|
||||
<Ul>
|
||||
{ops.map((op) => (
|
||||
<XrayPathOp op={op} />
|
||||
<XrayPathOp op={op} key={op} />
|
||||
))}
|
||||
</Ul>
|
||||
</Details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue