Relative Content

Tag Archive for javascriptreactjsnext.jsreact-quill

react-quill custom image upload not working

Problem enter image description here As in the attached picture, after the image file upload API call is completed(imageHandler code), the image URL is not added to the editor, but added in base64 format. I think imageHandler code is not running. nextjs, react environment. Code import React, { Dispatch, SetStateAction, useMemo, useRef } from ‘react’; […]