浏览代码

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

Elijah Ahianyo 6 月之前
父节点
当前提交
9faa5d6fd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"