Skip to content

Commit

Permalink
[flow] upgrade to 0.209.0 (#26958)
Browse files Browse the repository at this point in the history
Small update keeping us current with the latest version of Flow.

Flow changelog: https://github.com/facebook/flow/blob/main/Changelog.md

DiffTrain build for commit 613e6f5.
  • Loading branch information
kassens committed Jun 16, 2023
1 parent 43a609b commit 21c3abc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<35eceb39002aa0301bede117a38f12c0>>
* @generated SignedSource<<686a43f16ce095ac9828d46ee7e914ff>>
*/

'use strict';
Expand Down Expand Up @@ -14762,7 +14762,8 @@ function readContextForConsumer(consumer, context) {
var AbortControllerLocal =
typeof AbortController !== "undefined"
? AbortController // $FlowFixMe[missing-this-annot]
: function AbortControllerShim() {
: // $FlowFixMe[prop-missing]
function AbortControllerShim() {
var listeners = [];
var signal = (this.signal = {
aborted: false,
Expand Down Expand Up @@ -23922,7 +23923,7 @@ function createFiberRoot(
return root;
}

var ReactVersion = "18.3.0-canary-fc929cf4e-20230615";
var ReactVersion = "18.3.0-canary-613e6f5fc-20230616";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8617,7 +8617,7 @@ var devToolsConfig$jscomp$inline_1031 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-fc929cf4e-20230615",
version: "18.3.0-canary-613e6f5fc-20230616",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1230 = {
Expand Down Expand Up @@ -8648,7 +8648,7 @@ var internals$jscomp$inline_1230 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-fc929cf4e-20230615"
reconcilerVersion: "18.3.0-canary-613e6f5fc-20230616"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1231 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9043,7 +9043,7 @@ var devToolsConfig$jscomp$inline_1073 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-fc929cf4e-20230615",
version: "18.3.0-canary-613e6f5fc-20230616",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1271 = {
Expand Down Expand Up @@ -9074,7 +9074,7 @@ var internals$jscomp$inline_1271 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-fc929cf4e-20230615"
reconcilerVersion: "18.3.0-canary-613e6f5fc-20230616"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1272 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-canary-fc929cf4e-20230615";
var ReactVersion = "18.3.0-canary-613e6f5fc-20230616";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-fc929cf4e-20230615";
exports.version = "18.3.0-canary-613e6f5fc-20230616";
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-fc929cf4e-20230615";
exports.version = "18.3.0-canary-613e6f5fc-20230616";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fc929cf4ead35f99c4e9612a95e8a0bb8f5df25d
613e6f5fca3a7a63d115988d6312beb84d37b4db

0 comments on commit 21c3abc

Please sign in to comment.