-
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
Clean up Violation tests #32395
Comments
Comment for assignment |
Comment for assignment |
📣 @trevor-coleman! 📣
|
The outstanding issues are I think:
I'll copy my comments over so we can discuss here: 1.
|
brickRoadIndicator={hasViolations('comment') ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : ''}
brickRoadIndicator={getViolationForField('comment').length > 0 ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : ''} |
In react the first is definitely preferred to the second, but if you feel strongly about it I can not use hasViolations and instead add the conditional each time (I think there are six) that we need to calcuate that value. |
Should I open a new PR for this? And if so, should I wait for the old PR to get merged first? |
Yes, and yes, but the old PR is already merged, right? |
Yeah that message was pre-merge. I think all of the feedback from the PR got into the other branch before it was merged -- or are there outstanding issues you still wanted addressed? |
If all the other feedback was addressed, |
If that's not removed in that branch, I've removed it in the |
As a follow up to this PR #31656 (review), let's address the comments in that review
@trevor-coleman @cdanwards @lindboe please comment so I can assign you
The text was updated successfully, but these errors were encountered: