Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

275
Views
react-quill: [Pergamino] No se puede crear [object HTMLDivElement] blot en la aplicación de reacción

Aquí está mi código, usé el complemento react-quill

 import React, { Component } from "react"; import ReactQuill from "react-quill"; class Editor extends Component { constructor(props) { super(props); this.state = { text: "" }; } modules = { // #3 Add "image" to the toolbar toolbar: [["bold", "italic"]] }; formats = [ "header", "bold", "italic", "underline", "strike", "blockquote", "list", "bullet", "indent", "link" ]; render() { return ( <ReactQuill theme="snow" modules={this.modules} formats={this.formats} value={this.state.text} > <div className="my-editing-area" /> </ReactQuill> ); } } export default Editor;

el mismo código que funciona en mi otro proyecto y sus versiones mencionadas aquí no pueden encontrar el problema. incluso no estoy usando la opción de imagen en el editor de pluma.

reaccionar 16.6.0 reaccionar-dom 16.6.0 reaccionar-quill 1.3.1 reaccionar-guiones 2.0.3

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!