-
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
[$1000] Sigin - Console error when opening a chat #20448
Comments
Triggered auto assignment to @tjferriss ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Console error shows when open chat with anchor What is the root cause of that problem?
Latest RN doesn't support such keys in style definition and strictly lint-errors them. What changes do you think we should make in order to solve the problem?Define those style definitions in web only. Also remove this redundant style which was already defined in utilities/cursor: Lines 2694 to 2696 in 4cad248
|
Also there's another console error with |
Job added to Upwork: https://www.upwork.com/jobs/~0152de705a953964b4 |
Current assignee @tjferriss is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @sobitneupane ( |
Triggered auto assignment to @robertjchen ( |
I'm not able to reproduce as I don't have a mobile dev environment with access to the console. @sobitneupane or @robertjchen are either of you able to reproduce the bug? Also, if there is a way for me to reproduce the console error on staging or prod, please let me know :) |
@tjferriss It's not reproducible on prod. It's console warning which wont block the build. #20462 to fix some other warnings. Lemme know if there is a need to fix this one as well though it's separate bug. |
Yes, I can reproduce the issue.
I don't think it can be reproduced on staging or prod. |
Thanks for the proposal @situchan. Removing cursorPointer solves one warning but following warning still remains. |
Proposed solutionPlease re-state the problem that we are trying to solve in this issue.Getting console error What is the root cause of that problem? Following code in 3 files <PressableWithoutFocus
style={styles.noOutline}
onPress={show}
> Files are
What changes do you think we should make in order to solve the problem? Update code as below <PressableWithoutFocus
style={[styles.noOutline]}
onPress={show}
>
What alternative solutions did you explore? (Optional)NA |
@sobitneupane There was another issue created to fix |
This is already known and being fixed somewhere - #19545 (comment) |
We are already fixing this Pressablewithoutfocus issue and it was known to us |
@robertjchen, @tjferriss, @sobitneupane Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@situchan Is the issue still reproducible? |
yes still |
Proposal from @situchan looks good to me. 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @robertjchen, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@sobitneupane Just for the curiosity sake what we are going to fix in issue? I think all issues are addressed separately. The original one is fixed in mine PR. |
@situchan I have fixed |
@sobitneupane Can you please clarify what are we trying to solve here? |
Ok, So we fixed it already. Can you please recheck if you are able to reproduce this on main? |
@parasharrajat Can you please link the issue and PR which fixed it? |
Here is the PR #20968 |
@situchan @sobitneupane @parasharrajat I should have located before. I saw #20589 as dupe but I couldn't find it. Thought this issue is quite old. |
@robertjchen @tjferriss @sobitneupane this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@tjferriss We should be good to close this issue. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
No console error when opening a chat
Actual Result:
Console error when opening a chat
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.24.4
Reproducible in staging?: n/a
Reproducible in production?: n/a
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: bernhardoj
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1686028265538889
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: