carbon-app/carbon

Broken image (overlay lines)

Aperta

#743 aperta il 24 apr 2019

 (24 commenti) (0 reazioni) (1 assegnatario)JavaScript (1974 fork)batch import
bughelp wanted

Metriche repository

Star
 (36.024 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Expected Behavior

In editor code look ok expected

Actual Behavior

But after export as image or share - broken bug

Carbon link

const numbers = [ 1, 3, 5 ];
const result = numbers.reverse().map((n, i) => n + numbers[i]);
console.log(result);

Guida contributor