-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Console Error when UpArrow is pressed in emoji picker - reported by @sobitneupane #8458
Comments
Triggered auto assignment to @NicMendonca ( |
Solution: App/src/components/EmojiPicker/EmojiPickerMenu/index.js Lines 256 to 259 in 6e9d429
do {
newIndex += steps;
+ if (newIndex < 0) {
+ break;
+ }
} while (isHeader(this.state.filteredEmojis[newIndex]));
}; |
Triggered auto assignment to @Justicea83 ( |
@Justicea83 Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@Justicea83 Huh... This is 4 days overdue. Who can take care of this? |
@Justicea83 8 days overdue is a lot. Should this be a Weekly issue? If so, feel free to change it! |
@Justicea83 10 days overdue. Is anyone even seeing these? Hello? |
Hello @Justicea83 @NicMendonca, Looks like code was deployed to production 9 days ago. Waiting for my payment. |
Triggered auto assignment to @Christinadobrzyn ( |
@sobitneupane sorry! Can you please apply for the job so we can issue payment: https://www.upwork.com/jobs/~018897a01f0bd438e7 |
Applied. |
paid! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
there should be no console errors
Actual Result:
Console error when press UP
Workaround:
unknown
Platform:
Where is this issue occurring?
Version Number: 1.1.46-0
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2022-03-24.at.17.22.16.mov
Expensify/Expensify Issue URL:
Issue reported by: @sobitneupane
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1648122317605959
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: