From 8d8022cd52e026dc00a3eb1382bc344cb4394336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Best?= Date: Tue, 14 Jan 2025 15:31:38 +0100 Subject: [PATCH] doc: Remove pre-v2 callout --- packages/docs/content/docs/options.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/docs/content/docs/options.mdx b/packages/docs/content/docs/options.mdx index 7af59300..cc38e692 100644 --- a/packages/docs/content/docs/options.mdx +++ b/packages/docs/content/docs/options.mdx @@ -171,10 +171,6 @@ the updated URL. Pass in the `startTransition{:ts}` function from `useTransition{:ts}` to the options to enable this behaviour: - - In `nuqs@2.0.0`, passing `startTransition` will no longer automatically set `shallow: false{:ts}`. - - ```tsx /startTransition/1,3#2 'use client'