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'