bonafideduck / react-highlight-within-textarea

React component for highlighting bits of text within a textarea
100 stars 13 forks source link

draft.js error #173

Closed wangdiee closed 1 year ago

wangdiee commented 1 year ago

image

bonafideduck commented 1 year ago

I’ll update the documentation to say this has 3 peerDependencies that you must also install.

npm install draft-js react react-dom

from package.json:

 "peerDependencies": {
    "draft-js": ">=0.11.7",
    "react": ">=0.14.0",
    "react-dom": ">=0.14.0"
  },