@samitouri / QOS-React / commits / 1eaccd8285

[Fax] Make `react-markup` publishable via scripts (#30722)

Sebastian Silbermann committed Aug 16, 2024 at 21:08 UTC 1eaccd8285f0bd40407705a9356391a171adf3b1
1 file changed +1 -1
ReactVersions.js
+1 -1
@@ -52,7 +52,7 @@ const stablePackages = {
52 // These packages do not exist in the @canary or @latest channel, only
53 // @experimental. We don't use semver, just the commit sha, so this is just a
54 // list of package names instead of a map.
55 -const experimentalPackages = [];
55 +const experimentalPackages = ['react-markup'];
56
57 module.exports = {
58 ReactVersion,