Aeolun / react-diff-viewer-continued

A simple and beautiful text diff viewer component made with Diff and React.
https://aeolun.github.io/react-diff-viewer-continued/
MIT License
113 stars 34 forks source link

Bug- prism fails if the text in a code is empty line #44

Open ObaidAshiq opened 4 months ago

ObaidAshiq commented 4 months ago

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 to reproduce

  1. Use the Syntax Highlighting example
  2. Add some empty lines in new code variable, in the beggining (These variables should contain string value)
  3. Set split mode to true

Screenshot of error image

Screenshot when split mode is false image

Code sanbox image Link Code sandbox example