We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d255f09 commit c36faecCopy full SHA for c36faec
README.md
@@ -63,7 +63,7 @@ function App() {
63
return (
64
<MarkdownEditor
65
value="# This is a H1 \n## This is a H2 \n###### This is a H6"
66
- onChange={(editor, data, value) => setMarkdown(value)}
+ onChange={(value, viewUpdate) => setMarkdown(value)}
67
/>
68
);
69
}
0 commit comments