Questions tagged [react-quill]

A Quill component for React.

react-quill is a plugin that creates components for the quill text editor for use with Facebook's reactjs library.

Resources
Github repository
QuillJS

239 questions
1
vote
0 answers

NextJs React-Quill Dynamic import not working how can i solve this?

I am using NextJs with React-Quill ı am getting error. Error : - error - unhandledRejection: ReferenceError: document is not defined at Object. \node_modules\quill\dist\quill.js:7661:12) When I did research they said to use dynamic import for this…
next951595
  • 23
  • 2
1
vote
0 answers

Why does QuillJS/React-Quill ignore my dangerouslyPasteHTML? (Video Embedding)

const youTubeVideoHandler = () => { const editor = quillRef.current.getEditor(); let url = prompt("Enter Video URL: "); url = getVideoUrl(url); // console.log("URL", url); const newHTML = `