From 2732a71dda6144a8ce5f06dc396b0a3cbd2124a3 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 11 Apr 2022 20:12:59 +0100 Subject: [PATCH] Remove create-subscription from the list --- ReactVersions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactVersions.js b/ReactVersions.js index fca66af474b4..fbf12610ac9f 100644 --- a/ReactVersions.js +++ b/ReactVersions.js @@ -25,7 +25,6 @@ const ReactVersion = '18.1.0'; const nextChannelLabel = 'next'; const stablePackages = { - 'create-subscription': ReactVersion, 'eslint-plugin-react-hooks': '4.5.0', 'jest-react': '0.13.1', react: ReactVersion,