-
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
Dev - Web - Two console error when open user url #21575
Comments
Triggered auto assignment to @laurenreidexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalFrom: @ahmedGaber93 Please re-state the problem that we are trying to solve in this issue.Dev - web - two console error when open user url.
What is the root cause of that problem?error 1: prop Lines 150 to 153 in 9bef507
error2: GenericPressable has default prop accessible: true without having accessibilityLabel prop
What changes do you think we should make in order to solve the problem?error1: edit style prop to be array or change prop type to accept object // style={styles.noOutline}
style={[styles.noOutline]}
// or
// style: PropTypes.arrayOf(PropTypes.object)
style: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.object), PropTypes.object]) error2: add prop What alternative solutions did you explore? (Optional)error2: remove default prop |
@laurenreidexpensify this issue is a dupe of #21556 |
@dhairyasenjaliya This issue has 2 console error, one is a dupe as you mentioned, but the other is not. |
@ahmedGaber93 the other error is also dupped of #21506 I have added proposal to solve both #21506 (comment) |
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.
Actual Result:
There is two console error.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.32-5
Reproducible in staging?: y
Reproducible in production?: y
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
Screen.Recording.2023-06-22.at.12.20.37.PM.mov
Expensify/Expensify Issue URL:
Issue reported by: @ahmedGaber93
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1687430016132759
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: