nib-edit / nib

Wysiwyg / Text editor components built using React and Prosemirror
https://nib-edit.github.io/nib/
GNU General Public License v3.0
228 stars 26 forks source link

Cannot get what the uploadCallback should export #77

Closed split750 closed 4 years ago

split750 commented 4 years ago

Trying to return the object {src: downloadURL} but nothing is stopping the loading

image

image

jpuri commented 4 years ago

The function is expected to return a promise, refer example here: https://github.com/nib-edit/Nib/blob/master/packages/docs/common/uploadCallback.js#L1