mkhstar / suneditor-react

A React Component for SunEditor (WYSIWYG editor)
http://suneditor.com/
424 stars 105 forks source link

How to upload images through Redux and Redux Saga ? #341

Open quang13 opened 10 months ago

quang13 commented 10 months ago

I already have the processing functions, but when using the onImageUploadBefore function, I don't know how to do it when the data returned by the server is not directly in the same processing function as when uploading the image but must go through the store and call using useSelector

Version

NextJS: 14.0.2 React: ^18 Redux-Saga: 1.2.3

Below is my code

Screenshot 2023-11-14 043149 Screenshot 2023-11-14 043206