-
[https://ibb.co/nLGLS0n](url)
Why does my React application using 'react-draft-wysiwyg' crash when I set an embedded link in the editor, resulting in an error like 'Invariant Violation: Unknown Dra…
-
When installing react-draft-wysiwyg with React 18 you get the following error:
> npm ERR! Could not resolve dependency:
> npm ERR! peer react@"0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 …
-
I can't install the library it gives the following error I don't why!
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: my-blog@…
-
### 🚀 이슈 사항
- react-draft-wysiwyg editor에 자체적인 버그가 존재한다.
저만의 문제인 줄 알았지만, 공식 사이트의 데모에서도 같은 문제가 발생.
#### 📢 첫 번째 문제
그냥 엔터를 치게되면, ``태그가 삽입되어, 중간에 공백이 생겨 코드 블럭등 아래와 같이 되게 된다.
![image](https://us…
-
The styling for the rendered editor toolbar (see below) is completely off. Here's the code:
```
import { Editor } from 'react-draft-wysiwyg';
import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.cs…
-
`import { memo, useEffect, useState, FC } from 'react';
import { ContentState, convertToRaw, EditorState } from 'draft-js';
import draftToHtml from 'draftjs-to-html';
import htmlToDraft from 'html-…
-
![Screenshot 2020-04-23 at 12 18 56 PM](https://user-images.githubusercontent.com/64192657/80075216-fe222e00-8567-11ea-9c1c-5bc7bbbe2c93.png)
-
**## First,show my code:**
import React, { Component } from 'react';
import { Editor } from 'react-draft-wysiwyg';
import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css";
import uploadImageCal…
-
This is a really fantastic project. The only thing missing here is table support. I know the author is busy working on something else before she has chance of digging in. I am really new to react and …
-
Hi - I'm still trying to figure out how to edit an already saved draft post when I came across an error in the examples in the docs. Here are the steps to recreate the issue and I've included a [link]…