Skip to content

Commit e2645a5

Browse files
Garrett Forbes Monroekelset
authored andcommitted
Revert D37801394: Multisect successfully blamed D37801394 for test or 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
1 parent b9c2975 commit e2645a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Libraries/Components/TextInput/TextInput.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,6 @@ function InternalTextInput(props: Props): React.Node {
976976
const text =
977977
typeof props.value === 'string'
978978
? props.value
979-
: typeof lastNativeText === 'string'
980-
? lastNativeText
981979
: typeof props.defaultValue === 'string'
982980
? props.defaultValue
983981
: '';

0 commit comments

Comments
 (0)