Closed ElijahAhianyo closed 3 days ago
How does ReactSyntaxHighligter v15.16.1
break it? i looked at the PR and it doesn't seem doing anything bad?
How does ReactSyntaxHighligter
v15.16.1
break it? i looked at the PR and it doesn't seem doing anything bad?
That's what's not obvious to me. We don't, by default, set any css props, which should work the way it is. The referenced PR only swaps the order of args, so maybe a chain of reaction somewhere? I haven't dug into the reactsyntaxhighlighter codebase to to see what other parts may have been affected. Either way, Im not sure if this will require a fix from us than them.
ReactSyntaxHighligter
v15.16.1
breaks the functionality of thewrap_long_line
prop. Downgrading to15.16.0
works.Related upstream PR: https://github.com/react-syntax-highlighter/react-syntax-highlighter/pull/487