Browse Source

Downgrade syntax highlighter to fix `wrapLongLines` (#4368)

Elijah Ahianyo 6 months ago
parent
commit
9faa5d6fd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reflex/components/datadisplay/code.py

+ 1 - 1
reflex/components/datadisplay/code.py

@@ -382,7 +382,7 @@ for theme_name in dir(Theme):
 class CodeBlock(Component, MarkdownComponentMap):
     """A code block."""
 
-    library = "react-syntax-highlighter@15.6.1"
+    library = "react-syntax-highlighter@15.6.0"
 
     tag = "PrismAsyncLight"