Skip to content

Commit

Permalink
Add enableComponentStackLocations to `ReactNativeInternalFeatureFla…
Browse files Browse the repository at this point in the history
…gs` libdef (#28424)

## Summary

Fixing something I accidentally broke this in
25dbb35.

## How did you test this change?

Ran the following successfully:

```
$ yarn flow dom-node
```

DiffTrain build for commit aaa4acb.
  • Loading branch information
rickhanlonii committed Feb 23, 2024
1 parent f821218 commit 8136b16
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25707,7 +25707,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-25dbb3556-20240222";
var ReactVersion = "18.3.0-canary-aaa4acb12-20240222";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9171,7 +9171,7 @@ var devToolsConfig$jscomp$inline_1014 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-25dbb3556-20240222",
version: "18.3.0-canary-aaa4acb12-20240222",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1195 = {
Expand Down Expand Up @@ -9202,7 +9202,7 @@ var internals$jscomp$inline_1195 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-25dbb3556-20240222"
reconcilerVersion: "18.3.0-canary-aaa4acb12-20240222"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1196 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9599,7 +9599,7 @@ var devToolsConfig$jscomp$inline_1056 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-25dbb3556-20240222",
version: "18.3.0-canary-aaa4acb12-20240222",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1236 = {
Expand Down Expand Up @@ -9630,7 +9630,7 @@ var internals$jscomp$inline_1236 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-25dbb3556-20240222"
reconcilerVersion: "18.3.0-canary-aaa4acb12-20240222"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1237 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (__DEV__) {
}
var dynamicFlags = require("ReactNativeInternalFeatureFlags");

var ReactVersion = "18.3.0-canary-25dbb3556-20240222";
var ReactVersion = "18.3.0-canary-aaa4acb12-20240222";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -600,4 +600,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-25dbb3556-20240222";
exports.version = "18.3.0-canary-aaa4acb12-20240222";
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-25dbb3556-20240222";
exports.version = "18.3.0-canary-aaa4acb12-20240222";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25dbb3556ee9802c18f45c278abf3c33711237eb
aaa4acb1280fcda398defb805db47a8623df6c0f

0 comments on commit 8136b16

Please sign in to comment.