Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: react_dom_1.default.findDOMNode is not a function #1033

Open
Ekefrancisokechukwu opened this issue Mar 4, 2025 · 5 comments
Open

Comments

@Ekefrancisokechukwu
Copy link

TypeError: react_dom_1.default.findDOMNode is not a function
Any workaround here

@vladbash
Copy link

vladbash commented Mar 4, 2025

have the same issue

@vladbash
Copy link

vladbash commented Mar 4, 2025

@Ekefrancisokechukwu here is the similar issue #989 - they said using https://www.npmjs.com/package/react-quill-new can help solve it

@dev3h
Copy link

dev3h commented Mar 14, 2025

@vladbash thanks for saving me a lot of time

@liao-yiqi
Copy link

@Ekefrancisokechukwu here is the similar issue #989 - they said using https://www.npmjs.com/package/react-quill-new can help solve it

this is a useful method

@0xprasanth
Copy link

@Ekefrancisokechukwu here is the similar issue #989 - they said using https://www.npmjs.com/package/react-quill-new can help solve it

This one looks like working, But is there typescript support because I get these error in typescript while using Nextjs v15

import "react-quill/dist/quill.snow.css";
import dynamic from "next/dynamic";
const ReactQuillComponent = dynamic( () => import("react-quill-new")

Error: Cannot find module 'react-quill-new' or its corresponding type declarations

And I tried installing types for it using yarn add @types/react-quill-new, But it failed

error Error: https://registry.yarnpkg.com/@types%2freact-quill-new: Not found
    at params.callback [as _callback] (/Users/prasanth/.nvm/versions/node/v22.12.0/lib/node_modules/yarn/lib/cli.js:66680:18)
...

And

Image

But I imported like thise

import "react-quill-new/dist/quill.snow.css";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants