You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Problem
When the onUpload callback takes a long time (e.g. the connection is bad), the image won't appear until the upload is finished and there is no loading indicator. That can result in irritated users.
Solution
The component could show a loading indicator.
Optionally, the image could be shown already using an URL.createObjectURL which is replaced when the onUpload callback resolves.
Alternatives
Thanks for the amazing work on this project! 😄
The text was updated successfully, but these errors were encountered:
Initial checklist
Problem
When the
onUpload
callback takes a long time (e.g. the connection is bad), the image won't appear until the upload is finished and there is no loading indicator. That can result in irritated users.Solution
The component could show a loading indicator.
Optionally, the image could be shown already using an
URL.createObjectURL
which is replaced when theonUpload
callback resolves.Alternatives
Thanks for the amazing work on this project! 😄
The text was updated successfully, but these errors were encountered: