react-diff-viewer
react-diff-viewer copied to clipboard
bug handling added/removed empty lines
trafficstars
There seems to be some bug with handling of added/removed empty lines. E.g. if you compare two simple strings:
oldValue="a\nb"
newValue="a\n\nb"
It shows as no difference:
how did u resolve this