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 9c51c8e commit 38a31cdCopy full SHA for 38a31cd
src/BaseMarkdownEditor.js
@@ -14,7 +14,7 @@ import Toolbar from './Toolbar'
14
const Loading = () => <div>Loading</div>
15
16
type MarkdownEditorProps = {
17
- placeholder?: string,
+ placeholder: ?string,
18
value: string,
19
noPreviewMessage?: string,
20
onChange: any,
0 commit comments