From e9ececdf0d53e64d4d112ae40e26f3814f50d18d Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Fri, 6 Dec 2024 13:19:20 -0500 Subject: [PATCH] chore: remove react 19 rc warning --- docs/app/component-testing/react/overview.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/app/component-testing/react/overview.mdx b/docs/app/component-testing/react/overview.mdx index e1e801209b..d6babf5f80 100644 --- a/docs/app/component-testing/react/overview.mdx +++ b/docs/app/component-testing/react/overview.mdx @@ -22,12 +22,6 @@ frameworks: - [React with Webpack](#React-with-Webpack) - [Next.js](#Nextjs) -:::caution - -Cypress currently supports the release candidate (rc) of React 19. Though unlikely, release candidates are subject to change and could cause unprecedented issues with the React 19 release candidate and Cypress Component Testing. - -::: - ## Tutorial Visit the