-
i noticed my builds were failing and when looking into it, jest and babel are having trouble and i think it's because of this change here: https://github.com/VaguelySerious/react-quill/commit/1deb1646…
-
Hi guys, I have a problem on the module registration with React Quill
I do this
```import * as QuillTableUI from 'quill-table-ui'
import ReactQuill, { Quill } from 'react-quill';
Quill.regis…
-
I got the error below
Cannot read properties of undefined (reading 'pop')
TypeError: Cannot read properties of undefined (reading 'pop')
at new quill_better_table_plus_BetterTable (http://loc…
-
### Ticket due diligence
- [x] I have verified that the issue persists under ReactQuill `v2.0.0-beta.2`
- [ ] I can't use the beta version for other reasons
### ReactQuill version
- [x] v2…
-
I'm trying to integrate it in a nextjs app router project.
versions of relevant packages used:
nextjs: 14.1.4
react: 18.2
react-quill: 2.0.0
quill-mention: 6.0.0
Code from project. Kindly …
-
Having an issue with ReactQuill component not appearing in NextJS project using React-Quill `v2.0.0`, NextJS `v13.4.2`. After Loading, no component for Quill Editor renders on the screen, and it is su…
-
Thanks for filing an issue!
If at all possible, please provide a Codesandbox or Codepen to demonstrate the problem you're having with React Quill. Here's a [template] to get you started.
⚠️ Make…
-
Hello,
I have a problem with Formik, Yup and ReactQuill: I have the following code with my ReactQuill component working but for some reason errors messages send by Yup are never shown, like if Reac…
-
- ` ⨯ ReferenceError: document is not defined` のエラーが出る
- 以下のようにすると `ref` 参照ができなくなる?
```
const ReactQuill = dynamic(() => import("react-quill"), { ssr: false });
```
## 参考
- https://s…
-
https://codesandbox.io/s/dreamy-wright-4z528j?file=/src/App.js
### Ticket due diligence
- [ ] I have verified that the issue persists under ReactQuill `v2.0.0-beta.2`
- [ ] I can't use the beta…