Open KingTahac53 opened 2 years ago
Same bug here, the lines are also on the same row
<CopyBlock
text={splitPanelState.queryParsed ? format(splitPanelState.queryParsed, {language: 'postgresql'}) : ""}
language={"sql"}
showLineNumbers={true}
theme={dracula}
codeBlock
/>
This is how the UI is looking
Below is my code I used