-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fix multiSet when pairs is empty #231
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
While you are fixing this, can you check other methods too? such as |
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.
@marcochavezf Have you been able to test this patch? Could you please upload a video of the sign-out on native working? The changes look good to me, but it would be good to confirm just now
Good call, seems we're fine with other methods. For |
Yeap, sure I attach a video with the fix: Screen.Recording.2023-01-20.at.17.21.35.mov |
Merging it now to fix the deploy blocker. Thanks @mountiny! |
thanks! |
Details
The native apps are crashing because there's an action (unknown at the moment) that calls
Onyx.multiSet
with an empty object as argument. This happens because the query for multiSet is expecting an array with key-value pairs.Additionally, this bug was reported here.
Related Issues
Expensify/App#14437
Automated Tests
N/A
Linked PRs
N/A atm, a new PR will be created when this change is deployed to npm