Skip to content

Commit 48bc01d

Browse files
author
田源
committed
docs: change docs link for useSyncExternalStore
1 parent 842bd78 commit 48bc01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/use-subscription/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
React Hook for subscribing to external data sources.
44

5-
**You may now migrate to [`use-sync-external-store`](https://www.npmjs.com/package/use-sync-external-store) directly instead, which has the same API as [`React.useSyncExternalStore`](https://reactjs.org/docs/hooks-reference.html#usesyncexternalstore). The `use-subscription` package is now a thin wrapper over `use-sync-external-store` and will not be updated further.**
5+
**You may now migrate to [`use-sync-external-store`](https://www.npmjs.com/package/use-sync-external-store) directly instead, which has the same API as [`React.useSyncExternalStore`](https://react.dev/reference/react/useSyncExternalStore). The `use-subscription` package is now a thin wrapper over `use-sync-external-store` and will not be updated further.**
66

77
# Installation
88

0 commit comments

Comments
 (0)