bonafideduck/react-highlight-within-textarea

draft.js error

Closed this issue · 1 comments

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"
},