We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react-markup
1 parent 5edbe29 commit 1eaccd8Copy full SHA for 1eaccd8
ReactVersions.js
@@ -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 = [];
+const experimentalPackages = ['react-markup'];
56
57
module.exports = {
58
ReactVersion,
0 commit comments