Skip to content

Commit 1e3ab94

Browse files
committed
Update bug report template for eslint plugin label (facebook#34959)
## Summary When creating facebook#34957, I noticed a reference to `eslint-plugin-react-compiler` instead of `eslint-plugin-react-hooks`. Since the former is merged into the latter (facebook#32416, facebook#34228), I have decided to update the issue template to avoid confusion. DiffTrain build for [5a2205b](facebook@5a2205b)
1 parent 8be3898 commit 1e3ab94

File tree

21 files changed

+2318
-1766
lines changed

21 files changed

+2318
-1766
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.3.0-native-fb-8f8b3367-20251104
1+
19.3.0-native-fb-5a2205ba-20251105

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<f4aad10689e542136c68ba7ad7572ce5>>
10+
* @generated SignedSource<<a3451b4c6044a2b624767274c04b6812>>
1111
*/
1212

1313
"use strict";
@@ -414,5 +414,5 @@ __DEV__ &&
414414
exports.useFormStatus = function () {
415415
return resolveDispatcher().useHostTransitionStatus();
416416
};
417-
exports.version = "19.3.0-native-fb-8f8b3367-20251104";
417+
exports.version = "19.3.0-native-fb-5a2205ba-20251105";
418418
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<b5ecabfa8d2e75650c4a3743a388c4d5>>
10+
* @generated SignedSource<<8083ada4555adb3f59242ece5f1b658f>>
1111
*/
1212

1313
"use strict";
@@ -209,4 +209,4 @@ exports.useFormState = function (action, initialState, permalink) {
209209
exports.useFormStatus = function () {
210210
return ReactSharedInternals.H.useHostTransitionStatus();
211211
};
212-
exports.version = "19.3.0-native-fb-8f8b3367-20251104";
212+
exports.version = "19.3.0-native-fb-5a2205ba-20251105";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<b5ecabfa8d2e75650c4a3743a388c4d5>>
10+
* @generated SignedSource<<8083ada4555adb3f59242ece5f1b658f>>
1111
*/
1212

1313
"use strict";
@@ -209,4 +209,4 @@ exports.useFormState = function (action, initialState, permalink) {
209209
exports.useFormStatus = function () {
210210
return ReactSharedInternals.H.useHostTransitionStatus();
211211
};
212-
exports.version = "19.3.0-native-fb-8f8b3367-20251104";
212+
exports.version = "19.3.0-native-fb-5a2205ba-20251105";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js

Lines changed: 192 additions & 142 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)