StarterKit v3.22.0 已默认包含 Document、Link、Underline 扩展,
与单独导入产生重复注册,导致控制台警告:
[tiptap warn]: Duplicate extension names found: ['link', 'doc', 'underline']
- 移除 Document 单独导入和使用,StarterKit 已内置
- 移除 Underline 单独导入和使用,StarterKit 已内置
- StarterKit 配置中添加 link: false,禁用内置 Link,
保留自定义配置的 Link.configure({...})
|
||
|---|---|---|
| .. | ||
| @core | ||
| constants | ||
| effects | ||
| icons | ||
| locales | ||
| preferences | ||
| stores | ||
| styles | ||
| types | ||
| utils | ||