Skip to content

Commit 1eaccd8

Browse files
authored
[Fax] Make react-markup publishable via scripts (#30722)
1 parent 5edbe29 commit 1eaccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactVersions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const stablePackages = {
5252
// These packages do not exist in the @canary or @latest channel, only
5353
// @experimental. We don't use semver, just the commit sha, so this is just a
5454
// list of package names instead of a map.
55-
const experimentalPackages = [];
55+
const experimentalPackages = ['react-markup'];
5656

5757
module.exports = {
5858
ReactVersion,

0 commit comments

Comments
 (0)