当我使用此 NPM 包在 Remix js 上实现 CKEditor 时遇到一个错误 我正在尝试在 CKEditor 中实现 remix js 中的提及,但出现错误
`import Editor from "ckeditor5-custom-build/build/ckeditor";
import { CKEditor } from "@ckeditor/ckeditor5-react";
import Mention from "@ckeditor/ckeditor5-mention";`
请找到错误截图供您参考 因此,如果有人知道这个错误,请帮助我
我尝试使用提及 NPM 包在 CKEditor 中为 remix js 添加提及 NPM 包是:
`import Mention from "@ckeditor/ckeditor5-mention";`
我想在 CKEditor 中自定义提及 remix js
这并不能真正回答你的问题,但我已经看到 TipTap 可以与 Remix 配合使用,并且你还有一个提及功能。