-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/native/use add coin returns error #13214
Conversation
suite-native/module-add-accounts/src/components/AccountTypeDecisionBottomSheet.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not working as expected. First we need to refactor fetchBundleDescriptorsThunk
and it's return value from connect. The thunk returns empty array if no bundle was found (if there was error). We need to change that so that it doesn't return empty array but an error. Than we propagate the error to the callers.
You've actually made matters worse a little bit since add coin on develop returns at least basic error, now it actually doesn't do anything and just hangs on a loading screen.
If you'd like, maybe we could huddle and I might explain better looking at the code.
31838cc
to
fb5a9c3
Compare
/rebase |
79f1c26
to
2b8d54e
Compare
2b8d54e
to
fe64724
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Great job 💪
Description
Related Issue
Resolve #13163