Open darron1217 opened 4 years ago
https://draftjs.org/docs/api-reference-content-block According to draftjs official doc, there's no code type on ContentBlock. There's only code-block type on ContentBlock.
code
code-block
So we must change the code below https://github.com/jpuri/react-draft-wysiwyg/blob/9f6f4d2d9e0dec2ce8e154d95052fbd395d690af/src/controls/BlockType/index.js#L63
Hello @darron1217 , i'm having the same issue, are you able to resolve the issue?
https://draftjs.org/docs/api-reference-content-block According to draftjs official doc, there's no
code
type on ContentBlock. There's onlycode-block
type on ContentBlock.So we must change the code below https://github.com/jpuri/react-draft-wysiwyg/blob/9f6f4d2d9e0dec2ce8e154d95052fbd395d690af/src/controls/BlockType/index.js#L63