-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[$250] Taxes - App crashes when trying to disable tax rate. #56158
Comments
Triggered auto assignment to @abekkala ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.App crashes What is the root cause of that problem?In native, after we reload the app and the first time we call App/src/libs/actions/TaxRate.ts Line 212 in f60c647
Then the app crashes here App/src/libs/actions/TaxRate.ts Line 256 in f60c647
What changes do you think we should make in order to solve the problem?We should get the
App/src/libs/actions/TaxRate.ts Line 256 in f60c647
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)NA Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
@abekkala Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@abekkala Huh... This is 4 days overdue. Who can take care of this? |
@abekkala Now this issue is 8 days overdue. Are you sure this should be a Daily? Feel free to change it! |
ProposalPlease re-state the problem that we are trying to solve in this issue.App crashes when trying to disable tax rate after creating a new workspace. What is the root cause of that problem?This only happens when we open the tax rate page for the first time. No need to create a new workspace. When we toggle the tax, the policy here is undefined, so the taxes is undefined too. App/src/libs/actions/TaxRate.ts Lines 210 to 213 in 48520ec
So, when we try to access the tax App/src/libs/actions/TaxRate.ts Line 256 in 48520ec
It's undefined because
App/src/libs/actions/TaxRate.ts Lines 28 to 33 in 48520ec
It will only be evaluated when the imported function is called (doc). But when App/src/libs/actions/TaxRate.ts Lines 210 to 211 in 48520ec
This is one of the pitfall described on the doc linked above. What changes do you think we should make in order to solve the problem?We have a few options. First, instead of relying the policy data from Onyx.connect, we can pass the policy from the component because it's already available anyway.
Then pass the policy from the component.
OR We can disable inline requires in WorkspaceTaxesPage, but that means other import inline requires are also disabled. OR Import TaxRate without any module.
OR Create a file that contains the common onyx connection such as policy, import it like above in App.tsx and TaxRate can get the all policies data from that file. What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A |
Job added to Upwork: https://www.upwork.com/jobs/~021889364840283872581 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr ( |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.93-1
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes, repro on both
If this was caught during regression testing, add the test name, ID and link from TestRail: #55192
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Android and IOS
App Component: Workspace Settings
Action Performed:
Expected Result:
App shouldn't crash
Actual Result:
App crashes
Workaround:
Unknown
Platforms:
Screenshots/Videos
https://github.com/user-attachments/assets/0d63e0eb-d327-432e-a895-46c35a23bcce
Bug6729510_1738324887963!log.txt
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @mollfprThe text was updated successfully, but these errors were encountered: