-- )} - {/* eslint-enable react/no-array-index-key */} -- - - {tokens.map((line, i) => { - const { key, ...lineProps } = getLineProps({ line, key: i }) - return ( -- - {line.map((token, j) => { - const { key: tokenKey, ...tokenProps } = getTokenProps({ - token, - key: j, - }) - return - ) - })} -- })} -
++ )} + { } ++ + {tokens.map((line, i) => { + const { key: lineKey, ...lineProps } = getLineProps({ line, key: i }) + + return ( ++ + {line.map((token, key) => { + const { key: tokenKey, ...tokenProps } = getTokenProps({ token, key }) + return ( + + ) + })} ++ ) + })} +
{children}
+