Skip to content

Make Lists, Networking, and UIManager modules Flow strict-local (#57726) - #57726

Closed
rubennorte wants to merge 1 commit into
react:mainfrom
rubennorte:export-D113763786
Closed

Make Lists, Networking, and UIManager modules Flow strict-local (#57726)#57726
rubennorte wants to merge 1 commit into
react:mainfrom
rubennorte:export-D113763786

Conversation

@rubennorte

@rubennorte rubennorte commented Jul 28, 2026

Copy link
Copy Markdown
Member

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (XMLHttpRequest, FormData, RCTNetworking, convertRequestBody), and the UIManager modules from flow to flow strict-local. Public type signatures are preserved exactly, so no consumers need updating; internal any and Object usages were replaced with accurate types wherever that did not change a public signature.

Two public signatures deliberately keep their original loose types behind a scoped $FlowFixMe[unclear-type], because Flow's invariance rules mean any precise annotation would reject existing callers: the headers parameters on the XHRInterceptor interface (invariant indexers), and commandArgs on UIManager.dispatchViewManagerCommand (invariant array elements, which would reject callers passing an already-typed array).

Changelog: [Internal]

Reviewed By: cipolleschi, javache

Differential Revision: D113763786

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 28, 2026
@meta-codesync

meta-codesync Bot commented Jul 28, 2026

Copy link
Copy Markdown

@rubennorte has exported this pull request. If you are a Meta employee, you can view the originating Diff in D113763786.

@github-actions

Copy link
Copy Markdown

Warning

JavaScript API change detected

This PR commits an update to ReactNativeApi.d.ts, indicating a change to React Native's public JavaScript API.

  • Please include a clear changelog message.
  • This change will be subject to additional review.

This change was flagged as: POTENTIALLY_BREAKING

rubennorte added a commit to rubennorte/react-native that referenced this pull request Jul 28, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: huntie

Differential Revision: D113763786
@meta-codesync meta-codesync Bot changed the title Make Lists, Networking, and UIManager modules Flow strict-local Make Lists, Networking, and UIManager modules Flow strict-local (#57726) Jul 28, 2026
rubennorte added a commit to rubennorte/react-native that referenced this pull request Jul 29, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: huntie

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Jul 29, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: huntie

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 3, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 3, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 3, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 7, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
@rubennorte
rubennorte force-pushed the export-D113763786 branch 2 times, most recently from 32df93a to 32ff8b7 Compare September 8, 2026 11:47
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Their existing public type signatures are preserved exactly, so consumers are unaffected; internal `any`/`Object` usages were replaced with accurate types. One consumer was updated to match.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Public type signatures are preserved exactly, so no consumers need updating; internal `any` and `Object` usages were replaced with accurate types wherever that did not change a public signature.

The `headers` parameters on the `XHRInterceptor` interface keep their original `Object` type behind a scoped `$FlowFixMe[unclear-type]`. Flow types indexers invariantly, so any precise annotation would reject existing interceptor implementations that declare a different value type for the header map.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 8, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Public type signatures are preserved exactly, so no consumers need updating; internal `any` and `Object` usages were replaced with accurate types wherever that did not change a public signature.

The `headers` parameters on the `XHRInterceptor` interface keep their original `Object` type behind a scoped `$FlowFixMe[unclear-type]`. Flow types indexers invariantly, so any precise annotation would reject existing interceptor implementations that declare a different value type for the header map.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 9, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Public type signatures are preserved exactly, so no consumers need updating; internal `any` and `Object` usages were replaced with accurate types wherever that did not change a public signature.

Two public signatures deliberately keep their original loose types behind a scoped `$FlowFixMe[unclear-type]`, because Flow's invariance rules mean any precise annotation would reject existing callers: the `headers` parameters on the `XHRInterceptor` interface (invariant indexers), and `commandArgs` on `UIManager.dispatchViewManagerCommand` (invariant array elements, which would reject callers passing an already-typed array).

Changelog: [Internal]

Reviewed By: cipolleschi, javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 9, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Public type signatures are preserved exactly, so no consumers need updating; internal `any` and `Object` usages were replaced with accurate types wherever that did not change a public signature.

Two public signatures deliberately keep their original loose types behind a scoped `$FlowFixMe[unclear-type]`, because Flow's invariance rules mean any precise annotation would reject existing callers: the `headers` parameters on the `XHRInterceptor` interface (invariant indexers), and `commandArgs` on `UIManager.dispatchViewManagerCommand` (invariant array elements, which would reject callers passing an already-typed array).

Changelog: [Internal]

Reviewed By: cipolleschi, javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 9, 2026
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Public type signatures are preserved exactly, so no consumers need updating; internal `any` and `Object` usages were replaced with accurate types wherever that did not change a public signature.

Two public signatures deliberately keep their original loose types behind a scoped `$FlowFixMe[unclear-type]`, because Flow's invariance rules mean any precise annotation would reject existing callers: the `headers` parameters on the `XHRInterceptor` interface (invariant indexers), and `commandArgs` on `UIManager.dispatchViewManagerCommand` (invariant array elements, which would reject callers passing an already-typed array).

Changelog: [Internal]

Reviewed By: cipolleschi, javache

Differential Revision: D113763786
rubennorte added a commit to rubennorte/react-native that referenced this pull request Sep 9, 2026
…t#57726)

Summary:
Pull Request resolved: react#57726

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Public type signatures are preserved exactly, so no consumers need updating; internal `any` and `Object` usages were replaced with accurate types wherever that did not change a public signature.

Two public signatures deliberately keep their original loose types behind a scoped `$FlowFixMe[unclear-type]`, because Flow's invariance rules mean any precise annotation would reject existing callers: the `headers` parameters on the `XHRInterceptor` interface (invariant indexers), and `commandArgs` on `UIManager.dispatchViewManagerCommand` (invariant array elements, which would reject callers passing an already-typed array).

Changelog: [Internal]

Reviewed By: cipolleschi, javache

Differential Revision: D113763786
…t#57726)

Summary:

Upgrade the FlatList/SectionList list components, the networking modules (`XMLHttpRequest`, `FormData`, `RCTNetworking`, `convertRequestBody`), and the UIManager modules from `flow` to `flow strict-local`. Public type signatures are preserved exactly, so no consumers need updating; internal `any` and `Object` usages were replaced with accurate types wherever that did not change a public signature.

Two public signatures deliberately keep their original loose types behind a scoped `$FlowFixMe[unclear-type]`, because Flow's invariance rules mean any precise annotation would reject existing callers: the `headers` parameters on the `XHRInterceptor` interface (invariant indexers), and `commandArgs` on `UIManager.dispatchViewManagerCommand` (invariant array elements, which would reject callers passing an already-typed array).

Changelog: [Internal]

Reviewed By: cipolleschi, javache

Differential Revision: D113763786
@meta-codesync

meta-codesync Bot commented Sep 10, 2026

Copy link
Copy Markdown

This pull request has been merged in 0654db9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant