Skip to content

Commit f8198f6

Browse files
marcoww6meta-codesync[bot]
authored andcommitted
Deploy 0.290.0 to xplat (facebook#54439)
Summary: Pull Request resolved: facebook#54439 [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D86443337 fbshipit-source-id: 05014b1ebf240fed8e95f10466503c1d39abf59a
1 parent 0592746 commit f8198f6

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ untyped-import
9898
untyped-type-import
9999

100100
[version]
101-
^0.289.0
101+
^0.290.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-plugin-relay": "^1.8.3",
8787
"fb-dotslash": "0.5.8",
8888
"flow-api-translator": "0.32.0",
89-
"flow-bin": "^0.289.0",
89+
"flow-bin": "^0.290.0",
9090
"glob": "^7.1.1",
9191
"hermes-eslint": "0.32.0",
9292
"hermes-transform": "0.32.0",

packages/react-native/Libraries/Animated/createAnimatedComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export function unstable_createAnimatedComponentWithAllowlist<
125125
const [reducedProps, callbackRef] = useAnimatedProps<
126126
TProps,
127127
React.ElementRef<TInstance>,
128+
// $FlowFixMe[incompatible-type]
128129
>(props);
129130
const ref = useMergeRefs<React.ElementRef<TInstance>>(
130131
callbackRef,

packages/virtualized-lists/Lists/StateSafePureComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default class StateSafePureComponent<
3131
this._installSetStateHooks();
3232
}
3333

34+
// $FlowFixMe[incompatible-type]
3435
setState<K: $Keys<State>>(
3536
partialState: ?(Pick<State, K> | ((State, Props) => ?Pick<State, K>)),
3637
callback?: () => mixed,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4783,10 +4783,10 @@ [email protected]:
47834783
hermes-transform "0.32.0"
47844784
typescript "5.3.2"
47854785

4786-
flow-bin@^0.289.0:
4787-
version "0.289.0"
4788-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.289.0.tgz#f6b64db7fc7e77ee3ec2f994339d41d22934fdd5"
4789-
integrity sha512-xNmTDLq6TkHa3LvNWHF9lcnKmtBlxZstEWXo7p0KXRzrtHNAAWJGDFyidz7E0IEw95VxxjNZhgiTYGDOIAWPPw==
4786+
flow-bin@^0.290.0:
4787+
version "0.290.0"
4788+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.290.0.tgz#58c43a3cca638c317a27f5a7a8bf6308b4d50050"
4789+
integrity sha512-YvfxgT9I/FLY2WyZs9dAxvMk9LPtv6MC097rwqEWU2mUlPAmOmaJ8AJaRLUXtJ3DnF/nQDq4EbS4w3SiKZvwCQ==
47904790

47914791
flow-enums-runtime@^0.0.6:
47924792
version "0.0.6"

0 commit comments

Comments
 (0)