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
{{ message }}
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.
Hi! I've used this package for my React project and it's been great! I was wondering if there is a reason behind having withPreview attribute defaults to false. When I initially started using it, the image preview was not showing as mentioned in #48. I realized that the attribute needs to be set to true in order for it to work after stumbling upon that issue.
Here is where its default gets set to false. Would it make sense that this value is set to true instead? If there has been a discussion over such topic already, I'd love to read about it as well. Thank you!
The text was updated successfully, but these errors were encountered:
I can't imagine a lot of people want withPreview to be false because the user doesn't get feedback about the image being uploaded or not. I'd say it should default to true
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! I've used this package for my React project and it's been great! I was wondering if there is a reason behind having
withPreview
attribute defaults tofalse
. When I initially started using it, the image preview was not showing as mentioned in #48. I realized that the attribute needs to be set totrue
in order for it to work after stumbling upon that issue.Here is where its default gets set to
false
. Would it make sense that this value is set totrue
instead? If there has been a discussion over such topic already, I'd love to read about it as well. Thank you!The text was updated successfully, but these errors were encountered: