diff --git a/src/react.ts b/src/react.ts index 053bdab5df..e410fc2200 100644 --- a/src/react.ts +++ b/src/react.ts @@ -41,7 +41,7 @@ export function useStore>, U>( ): U /** - * @deprecated Use `useStoreWithEqualityFn` from 'zustand/traditional' + * @deprecated The usage with three arguments is deprecated. Use `useStoreWithEqualityFn` from 'zustand/traditional'. The usage with one or two arguments is not deprecated. * https://github.com/pmndrs/zustand/discussions/1937 */ export function useStore>, U>(