-
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] Search - Search section loads infinitely when opened after logging in #53285
Comments
Triggered auto assignment to @bfitzexpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Search section loads infinitely when opened after logging in What is the root cause of that problem?We called the search API with this
The reason for the empty And since App/src/components/Search/index.tsx Line 222 in 9933888
App/src/components/Search/index.tsx Line 309 in 9933888
What changes do you think we should make in order to solve the problem?To resolve this issue, we need to do two things:
App/src/components/Search/index.tsx Line 308 in 9933888 //src/components/Search/index.tsx#L308
+ if (searchResults === undefined && !isOffline) {
+ setShouldShowStatusBarLoading(false);
+ return (
+ <View style={[shouldUseNarrowLayout ? styles.searchListContentContainerStyles : styles.mt3, styles.flex1]}>
+ <EmptySearchView type={type} />
+ </View>
+ );
+ } What alternative solutions did you explore? (Optional) |
Job added to Upwork: https://www.upwork.com/jobs/~021863519972369952192 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @akinwale ( |
cc @luacmartins @lakchote can you have a look into this? |
@bfitzexpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@huult Could you clarify what you mean by "Double-check the JSON query to match the backend's requirements." in your proposed solution? |
This is entirely internal. So gonna unassign BZ and C+ |
This is fixed |
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.68-0
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
Search section and all the content in it, should load smoothly when opened.
Actual Result:
Search section loads infinitely when opened just after logging in.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6679422_1732821969147.Infinitelly.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @luacmartinsThe text was updated successfully, but these errors were encountered: