1
0
Fork 0

wip(lab): More changes for mjs/named exports

This commit is contained in:
joostdecock 2023-02-05 19:09:46 +01:00
parent 2b823885b3
commit abf3b9ac1a
8 changed files with 9 additions and 14 deletions

View file

@ -57,7 +57,7 @@ export const XrayPathOps = ({ ops = false }) => {
</Summary>
<Ul>
{ops.map((op) => (
<XrayPathOp op={op} />
<XrayPathOp op={op} key={op} />
))}
</Ul>
</Details>