Q&A: Problem about handling errors raised by async selector #998
Unanswered
babyfish-ct
asked this question in
Q&A
Replies: 2 comments 8 replies
-
Please inline the question here. Yes, async selectors can throw errors and if nothing catches them it is expected to the application to error. You can use |
Beta Was this translation helpful? Give feedback.
0 replies
-
My Code(by using useRecoilValueLoadable)
Result: I tried to use ErrorBoundary too, same error raised |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I met a problem when I tried to handle the errors raised by async selector, I asked this problem on stack overflow, the link is https://stackoverflow.com/questions/67251358/recoil-cannot-handle-the-error-of-async-selector
No reply until now, can you help me? Sorry for interrupting :)
Beta Was this translation helpful? Give feedback.
All reactions