cezary / react-diff

Given two inputs, highlights the differences
http://cezary.github.io/react-diff/
124 stars 39 forks source link

Include key on span component #2

Closed pmyers88 closed 9 years ago

pmyers88 commented 9 years ago

Hey, thanks for creating this - works like a charm. My only issue is that the span components in the result array do not have keys. This clutters up the console with warnings when you're debugging something. See here for more info.

cezary commented 9 years ago

Nice! Thanks for the fix.