Catch type definition #1860
bartkoedijk
started this conversation in
Ideas
Replies: 1 comment
-
Hey @bartkoedijk, I've been making some tests in the catch side, and it seems that when you console.log() the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all I want to thank the creators. maintainers and any other contributors for this library.
I was wondering if we can add a type definition for the catch method while opening the camera and picking an image.
I want to show an error pop up when something went wrong while picking an image.
Currently it will give an ''error'' when the user cancels the operation. I filter it out like this;
This is not ideal since there might be a chance that a maintainer updates/edits this error message.
Thank you for reading.
Beta Was this translation helpful? Give feedback.
All reactions