-
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
Dev: Clicking on user detail page throws the 2 console error #23208
Comments
Triggered auto assignment to @MitchExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Dev: Clicking on user detail page throws the 2 console error What is the root cause of that problem?In and App/src/components/withNavigation.js Line 25 in cc5526b
the forwardedRef.current must have the instance of React.Component But in FloatingActionButtonAndPopover.js we're using useImperativeHandle and return function hideCreateMenu That why forwardedRef.current of withOnyx and withNavigation is an object, not the instance of React.Component ![]() What changes do you think we should make in order to solve the problem?and App/src/components/withNavigation.js Line 25 in cc5526b
forwardedRef should be changed like the following comment
|
What exactly are you clicking when you say "Press on any receiver name"? I'm unable to reproduce this so far |
@MitchExpensify its an console error this can be views on Dev |
@MitchExpensify this is a dupe of #23201 |
yeah same RCA this should be closed maybe @tienifr can post their proposal there |
Ah cool, typically I try to reproduce before scouring for dupes! Thanks for the assist @Santhosh-Sellavel & @dhairyasenjaliya 🙇 |
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: Dev


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/p1689644468877559
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: