Updates
This commit is contained in:
@@ -48,9 +48,7 @@ export default function MarkdownEditorPreviewComponent({
|
||||
.then((mdxSrc) => {
|
||||
setMdxSource(mdxSrc);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(`Markdown Parsing Error => ${err.message}`);
|
||||
});
|
||||
.catch((err) => {});
|
||||
} catch (error) {}
|
||||
}, [value]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user