You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/react.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ export function useStore<S extends WithReact<StoreApi<unknown>>, U>(
41
41
): U
42
42
43
43
/**
44
-
* @deprecated Use `useStoreWithEqualityFn` from 'zustand/traditional'
44
+
* @deprecatedThe usage with three arguments is deprecated. Use `useStoreWithEqualityFn` from 'zustand/traditional'. The usage with one or two arguments is not deprecated.
0 commit comments