-
老项目是Umi3,再修改script命令和依赖包后,npm i在执行到max setup后报错,
![image](https://user-images.githubusercontent.com/77056991/176842572-3bee4794-17d0-40e9-a52c-0c2ccdbf88d0.png)
以下是项目用到的依赖
以下是config配置
![image](htt…
-
基于官方给的例子 https://braft.margox.cn/demos/block
要如何通过extendControls或者Editor.use的方式去点击生成block-foo,尝试使用了ContentUtils.insertHTML的方法,但是要如何指定type是block-foo而不是默认的unstyled。
简书上的这个例子 https://www.jianshu.com/p/…
-
"braft-editor": "^2.3.9",
"react": "^16.13.1",
"typescript": "^3.9.3",
全部错误:
```
No overload matches this call.
Overload 1 of 2, '(props: Readonly): BraftEditor', gave the following e…
ghost updated
3 years ago
-
### 🐛 bug 描述
![image](https://user-images.githubusercontent.com/20655248/133963241-f996de2c-54ad-43b9-bf09-6fc6a85701c1.png)
![image](https://user-images.githubusercontent.com/20655248/133963258-b…
-
### 🧐 问题描述
项目在同事电脑运行毫无问题,拉取下来无修改,在我的电脑运行就会出现Something went wrong.的页面,排除问题最后发现ProTable里面的Columns属性hideInSearch必须设置为true,false和不设置都会造成上述错误。node版本目前是14.0.0
### 💻 示例代码
### 🚑 其他信息
依赖信息
…
-
I have a question that is inappropriate for [StackOverflow](https://stackoverflow.com/). (Please ask any appropriate questions there).
use this @types/braft-editor
import BraftEditor = requ…
-
大伙能不能推荐一款ant design pro 下好用的富文本框组件?
-
I want to do this.
eg:
const commands = ['bold','codeBlock','link','code','image'];
When I set this up, only these are displayed in the toolbar!
-
报错信息如下,.umijs已经清空:
ERROR Failed to compile with 1 errors …
-
## What happens?
```tsx
// 开启msfu后,引入的BraftEditor为undefined
import BraftEditor from 'braft-editor';
```
## Mini Showcase Repository(REQUIRED)
> Please provide a repository using …