Skip to content

Commit 97b1315

Browse files
committed
Console.log markdown before crash
1 parent 9e975c2 commit 97b1315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/MarkdownRender.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ const MarkdownRender: React.FC<MarkdownRenderProps> = ({
206206
onConvertFinish,
207207
editing,
208208
}) => {
209+
console.log({ markdown });
209210
const [html, setHtml] = useState(
210211
ssrEnabled && markdown
211212
? filter(

0 commit comments

Comments
 (0)