globocom / megadraft

Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility

Home Page:http://megadraft.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: A string ref, "toolbarWrapper", has been found within a strict mode tree.

charescape opened this issue · comments

-- Bug Report --

Expected Behavior

No warnings.

Current Behavior

Warning: A string ref, "toolbarWrapper", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref

Steps to Reproduce

  1. Following https://megadraft.io/#/docs/overview to setup page.
  2. Input some text and press Enter.
  3. Select some text.

Browser, device, and OS

Chrome 98 on Windows 10

Screenshots

image

image

hi, can i work on this?