use-sync-external-store
Advanced tools
Comparing version 1.1.0-next-ebd7ff65b-20220401 to 1.1.0-next-f7cf077cc-20220412
{ | ||
"name": "use-sync-external-store", | ||
"description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.", | ||
"version": "1.1.0-next-ebd7ff65b-20220401", | ||
"version": "1.1.0-next-f7cf077cc-20220412", | ||
"repository": { | ||
@@ -22,4 +22,4 @@ "type": "git", | ||
"peerDependencies": { | ||
"react": "18.1.0-next-ebd7ff65b-20220401" | ||
"react": "18.1.0-next-f7cf077cc-20220412" | ||
} | ||
} |
# use-sync-external-store | ||
Backwards compatible shim for React's `useSyncExternalStore`. Works with any React that supports hooks. | ||
Backwards-compatible shim for [`React.useSyncExternalStore`](https://reactjs.org/docs/hooks-reference.html#usesyncexternalstore). Works with any React that supports Hooks. | ||
Until `useSyncExternalStore` is documented, refer to https://github.com/reactwg/react-18/discussions/86 | ||
See also https://github.com/reactwg/react-18/discussions/86. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38070