How to render the content of React Quill without the html markup?
问题 I managed to get my Quill working, but now I wanted to display the contents from the editor without the html markup. I tried using react-render-html npm package, it was working fine before but now it is no longer maintained and gives me a error Could not find a declaration file for module 'react-render-html'. /path/to/module implicitly has an 'any' type. Try `npm install @types/react-render-html` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-render-html'