From 8b39a256b824ee565ab3c51ecb8a23f12c9404f2 Mon Sep 17 00:00:00 2001 From: Edoardo Rsnghieri Date: Fri, 13 Dec 2024 02:01:00 +0100 Subject: [PATCH] chore(website): remove new requirements --- website/docs/getting-started.mdx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/website/docs/getting-started.mdx b/website/docs/getting-started.mdx index a063ea2..cb48639 100644 --- a/website/docs/getting-started.mdx +++ b/website/docs/getting-started.mdx @@ -8,15 +8,7 @@ import TabItem from '@theme/TabItem'; # Getting started -:::info Requirements (>= 7.10.0) - -- Next.js 15.1 -- React >= 19 -- TypeScript >= 5 -- A supported validation library: Zod, Valibot, Yup, TypeBox -::: - -:::info Old requirements (\<= 7.9.9) +:::info Requirements - Next.js >= 14 (>= 15 for [`useStateAction`](/docs/execute-actions/hooks/usestateaction) hook) - React >= 18.2.0 @@ -24,12 +16,6 @@ import TabItem from '@theme/TabItem'; - A supported validation library: Zod, Valibot, Yup, TypeBox ::: - - -:::warning -Next.js >= 15.1 and React 19 are required for using next-safe-action >= 7.10.0. This is due to internal error handling framework changes. So, please upgrade to the latest version to use this library with Next.js 15.0.5 or later. -::: - **next-safe-action** provides a typesafe Server Actions implementation for Next.js App Router applications. ## Installation