Skip to content

Commit

Permalink
Revert D37801394: Multisect successfully blamed D37801394 for test or…
Browse files Browse the repository at this point in the history
… build failures

Summary:
This diff is reverting D37801394 (51f49ca)
D37801394 (51f49ca) has been identified to be causing the following test or build failures:
Tests affected:
- https://www.internalfb.com/intern/test/844424989736255/

Here's the Multisect link:
https://www.internalfb.com/intern/testinfra/multisect/1062919
Here are the tasks that are relevant to this breakage:
T116036972: 105 tests started failing for oncall bridgeless_jest_e2e_tests in the last 2 weeks
We're generating a revert to back out the changes in this diff, please note the backout may land if someone accepts it.

**To Address Land blocker from previous version (see pic):**
{F752642767}

```
Changelog:
[General][Change] - Revert breaking change in MPay order creation screen (user input in duplicated, and then not deletable. See T126127801 for more details)
```

Reviewed By: philIip

Differential Revision: D37863306

fbshipit-source-id: 24f2448d7bc9761ec31edd6f6b97c668171027d3
  • Loading branch information
Garrett Forbes Monroe authored and kelset committed Oct 11, 2022
1 parent b9c2975 commit e2645a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Libraries/Components/TextInput/TextInput.js
Expand Up @@ -976,8 +976,6 @@ function InternalTextInput(props: Props): React.Node {
const text =
typeof props.value === 'string'
? props.value
: typeof lastNativeText === 'string'
? lastNativeText
: typeof props.defaultValue === 'string'
? props.defaultValue
: '';
Expand Down

0 comments on commit e2645a5

Please sign in to comment.