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

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

Results 27 react-diff-viewer-continued issues
Sort by recently updated
recently updated
newest added

Most changes are copied from this pull request: https://github.com/praneshr/react-diff-viewer/pull/137/files If a function is passed as `lineCompareMethod`, this function will be treated as the diff function. Users can pass other functions...

I am currently trying to compare a texts from html documents, and the default compare functions are not working too well for this case. Is it possible to add the...

enhancement

I tried using this in a NextJS ESM project, and the default import is not the default export, rather the module object. My workaround probably does a better job at...

enhancement

## Summary I am running into an error when trying to use this library ``` js import ReactDiffViewer from "react-diff-viewer-continued"; export const DiffExpandView = () => { return ( );...

bug

Description When the user try to view the diff in split mode, if the old code and new code have, some empty line, prism throws error for syntax highlighting Step...

bug

Hello, I've been trying to make the diff-viewer highlight trailing spaces and newlines, but it does not seem to be able to do that. I tried using different `compareMethod` values,...

bug

We have very long lines without breaks and it causes the render to slide: ![image](https://github.com/Aeolun/react-diff-viewer-continued/assets/58667063/8d545ca6-7252-4795-ac4c-0c183bb264ff) Is there any chance to limit the box and add word and lines wrap? Example:...

bug

Hello, Is it possible to get sidebar with all content changes. Some demo [HERE](https://i.ibb.co/T2y2fzj/diff.png) Regards, Reinis

enhancement

Just some thoughts: - Making the UI responsive would allow a setting like `view: responsive` where it'd switch from split view to unified view depending on the resolution - The...

enhancement

if any of the json file is not correct and fails in parsing then its not working and throwing error. for example if we remove comma from old json and...

bug