-
**Issue Description**
Using ReactQuill in a project with React's Strict Mode enabled causes a deprecation warning: "`findDOMNode is deprecated and will be removed in the next major release`." This …
-
In version 2.0.0 I am facing the following warning
```
Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to refe…
-
I have added the emoji in the toolbar but when I select the emoji I get this specific error. Below is my code for react.js. this file is the the component.
`
import React, { useState } from 'react…
-
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 there!
I've been using React Quill with NextJs for a while, but suddenly, today, I got this error:
`'ReactQuill' cannot be used as a JSX component.
Its element type 'ReactElement | Comp…
-
[Example](https://codesandbox.io/p/sandbox/confident-feynman-zfq2v9?file=%2Fsrc%2Feditor.js)
### Ticket due diligence
- [x] I have verified that the issue persists under ReactQuill `v2.0.0-beta…
-
## webpack config
```ts
chainWebpack: (config, { env, webpack }) => {
new webpack.ProvidePlugin({
'window.Quill': 'quill/dist/quill.js',
'Quill': 'quill/dist/quill.js'
})…
-
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…
-
Just using this code, the spell checking is only done initially with a single "\n" (wherever that comes from) and then after the user changes the text.
The text initially supplied to `` is never ch…
-
Could you show an integration with ReactJS?