gtgalone / react-quilljs

React Hook Wrapper for Quill, powerful rich text editor.
https://www.npmjs.com/package/react-quilljs
MIT License
247 stars 28 forks source link

Issue with React 17! #48

Closed iammdsameer closed 2 years ago

iammdsameer commented 2 years ago
image
gtgalone commented 2 years ago

@itsmdsameerkhan Thank you for using!

you should install quill too not only react-quilljs.

with

$ yarn add react-quilljs quill or $ npm install react-quilljs quill

iammdsameer commented 2 years ago

got it working, thanks! 🎉