react-diff-viewer-continued
react-diff-viewer-continued copied to clipboard
A simple and beautiful text diff viewer component made with Diff and React.
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...
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...
## 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 ( );...
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...
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,...
We have very long lines without breaks and it causes the render to slide:  Is there any chance to limit the box and add word and lines wrap? Example:...
Hello, Is it possible to get sidebar with all content changes. Some demo [HERE](https://i.ibb.co/T2y2fzj/diff.png) Regards, Reinis
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...
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...