-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2023-07-20] Dev - Console error on opening detail page by clicking on mentioned user #21556
Comments
Triggered auto assignment to @dylanexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Dev - Console error on opening detail page by clicking on mentioned user What is the root cause of that problem?The root cause is on What changes do you think we should make in order to solve the problem?We should pass style as an object rather than array just like we are passing everywhere else // DetailsPage.js
<PressableWithoutFocus
- style={styles.noOutline}
+ style={[styles.noOutline]}
onPress={show}
> |
ProposalPlease re-state the problem that we are trying to solve in this issue.Console error on opening detail page by clicking on mentioned user What is the root cause of that problem?
Line 151 in ae8a751
What changes do you think we should make in order to solve the problem?We should pass the object within an array that will meet the expected type and the error/console warning gets resolved. |
Posting for repro w/dev |
bumped request in slack |
reviewing today and posting next steps! |
@kavimuru is this still occurring? |
ok pinging original author for minor fix of brackets. |
@dylanexpensify this is happening in Dev only and I couldn't check |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.39-11 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-07-20. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
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:
No console error should appear
Actual Result:
Console error appears
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.30-0
Reproducible in staging?: dev
Reproducible in production?: dev
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by: @dhairyasenjaliya
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1687326565653439
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: