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

Is there any way to get the displayed text given the line number? For example, if I have the line L2, is there any way to get the text that...

I wanna ignore a specific diff line when the left or right contains xxx. Is there any way to do that?

I am using a GET request to Firestore to bring back an object from a collection. The object contains 9 keys. In Firestore, it is stored in ABC order. But...

When adding react-diff-viewer into my application, it comes out looking like this. ![image](https://user-images.githubusercontent.com/4760722/91192188-a6393680-e6c3-11ea-8152-87d0601319d6.png) This is specifically because the bootstrap css for `pre` is overriding all of the css in this...

We use Tree Shaking in our project. It removes dead-code. It is removing "diffChars" method from "jsdiff" lib. We are doing the following workaround: ```diff - import DiffViewer from "react-diff-viewer";...

**Sample Code:** `` **Observe the below screenshot, there are no titles**

https://github.com/praneshr/react-diff-viewer/issues/87

JSDiff supports ignoring case for the diffChars and diffWords. https://github.com/kpdecker/jsdiff/tree/v4.0.1#api As a consumer of this library, I should be able to decide if I want case sensitive comparing. Right now...