Relative Content

Tag Archive for reactjsnext.jsreact-quill

how to use the uploaded image url instead of base64 in quill editor

I am working on a nextJS project and am trying to use react-quill package as a rich text editor. I am using quill-image-uploader to handle uploaded images by uploading it to Firestore and then using the URL of.. the problem is when the image is uploaded .. the editor tries to convert It to base 64 and then viewing it instead of using the URL which causes the output to be like <img src=[object Object]> instead of <img src="HTTP://...>