Replies: 1 comment 1 reply
-
Why is it impossible to use the provided |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks!
Resources are great but there's one inconvenience I noticed about them.
I have this code. I want the
imageDataResource
has proper error state, but if I don't write try/catch block it will crash the app (yes, in this case it's possible to use ErrorBoundary, but I can't use it in my case, because it will just swap the components and I won't be able to process the error. That's why I added extraerror
signal. Can we make it better?Beta Was this translation helpful? Give feedback.
All reactions