When I run webdiff https://github.com/danvk/webdiff/pull/81/files and look at webdiff/static/js/components.jsx, there are a few issues:
- The
Root class (lines 5–90 on the right side) has a confusing diff. There are lots of identical before/after lines, but they're not rendered next to one another.
- Syntax highlighting seems to get confused by the jsx.
When I run
webdiff https://github.com/danvk/webdiff/pull/81/filesand look atwebdiff/static/js/components.jsx, there are a few issues:Rootclass (lines 5–90 on the right side) has a confusing diff. There are lots of identical before/after lines, but they're not rendered next to one another.