-
### Describe the bug
I'm trying to write a plugin to limit maximum content length in the draftail editor. I also want to be able to paste formatted content from outside the editor. Turns out my plu…
-
Warning in developer console:
```
> react-dom.development.js:88 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-life…
-
So I have been trying to get the method `convertFromHTML` to translate Images into an atomic block so that it may be compatible with the `draft-js-image-plugin` since it expects blocks of the type `at…
-
https://github.com/draft-js-plugins/draft-js-plugins/tree/master/draft-js-mention-plugin
这里有现有的插件
-
#### Do you want to request a _feature_ or report a _bug_?
Bug 🐛
#### What's the current behavior?
- Create a file with no extension
- Drag and drop into editor
- A JS error is thrown:…
-
Finally I decide to report it after all my try.
I do not know whether it's a bug when you use backspace key to remove a image that created by AtomicBlockUtils. Draftjs just remove the atomic block in…
-
I am using draft-js library and I want to set the initial EditorState with HTML Code. I am doing the following:
```
const allStyles = `testing`;
const blocksFromHTML = convertFromHTML(allStyl…
-
**Short description:**
I am using react/gatsby and netlify cms.
I am making a custom widget and the styles are not loading. My goal is to use css classes. The styles work as intended when the compon…
-
Full Error message:
```
'Editor' cannot be used as a JSX component.
Its instance type 'Editor' is not a valid JSX element.
The types returned by 'render()' are incompatible between these t…
-
#### Do you want to request a _feature_ or report a _bug_?
Bug.
#### What's the current behavior?
No Marks are being rendered with autoreplace. Text is showing up but not with BOLD mark. …