Skip to content

Commit

Permalink
Downgrade syntax highlighter to fix wrapLongLines (#4368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahAhianyo authored Nov 22, 2024
1 parent c13cec3 commit 9faa5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/components/datadisplay/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ class Theme:
class CodeBlock(Component, MarkdownComponentMap):
"""A code block."""

library = "react-syntax-highlighter@15.6.1"
library = "react-syntax-highlighter@15.6.0"

tag = "PrismAsyncLight"

Expand Down

0 comments on commit 9faa5d6

Please sign in to comment.