react-diff-viewer icon indicating copy to clipboard operation
react-diff-viewer copied to clipboard

A simple and beautiful text diff viewer component made with Diff and React.

Results 88 react-diff-viewer issues
Sort by recently updated
recently updated
newest added
trafficstars

I may come up with 10+ Google responses when looking for a react json diff package, without images or a demo site, you could have the best package of everything...

I was trying to implement SSR for my app, but I was getting errors, after debugging I found that Diff viewer was causing the issue. is there any way to...

Comparing ``` "1\n a" ``` with ```` "1\n b" ```` results in this: ![image](https://user-images.githubusercontent.com/4410314/95728746-8b774d00-0c84-11eb-8ad6-6a6a94a7a99e.png) I think that's because the leading spaces are wrapped in `span` - without wrapping, the browser...

I've been wanting to have it copy the behaviour of github in that on line click, it adds the hash of `#line57` to the end of the url, and that...

As of now, when the difference is showed up. Both the JSONs are center-aligned. Are we having any way/method to left align both the JSONs?

Like the title I mentioned above there is no `codeFold` in `ReactDiffViewerStylesOverride` ![image](https://user-images.githubusercontent.com/18349710/134653297-5ae58cd8-06a7-4bd5-9d23-0b71cb652bc5.png) Any missing or this was the plan to remove it? since I still found this key style...

Currently to set `text-decoration` of `code-fold a` I need to do something like: ` tr td a { text-decoration: none !important; } ` to be more specific than this rule:...

I got the (undefined-2) for 'onLineNumberClick (on rightRow)' callback in unified showing type

Try introducing the windowing technique to handle large DOM nodes.

help wanted
feature request