react-diff-viewer
react-diff-viewer copied to clipboard
A simple and beautiful text diff viewer component made with Diff and React.
Getting this "ReferenceError: _jsxs is not defined" error in prod.
Hi All. Does react-diff-viewer support editor mode or it need to achieve it by myself. Just like the website functionality: https://editor.mergely.com/ I search the document but i can`t find it.
After adding strict Content Security Policy in my project all the styling of diff-viewer got broke. In there any attribute to fix this issue
 How can I not ignore the trailing newline character? Thanks very much
``` "peerDependencies": { "react": "^15.3.0 || ^16.0.0", "react-dom": "^15.3.0 || ^16.0.0" ``` Is it possible to upgrade the version? 😃 I'm useing React 18, it's works ok. But a bunch...
we have been altered that the table element has no cells which should be defined as column headers for 508 compliance (when comparing Current Content vs. New Content)
Throwing a lot of chatgpt's suggestions, can't seem to actually get the amount of tr's I get on my screen (always 40) even when i change all these values, basically...
Currently, I find that the split line between origin code and current is not stable. I have adjusted the style for "line", but it still misaligned. ...