use-broadcast-ts
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "use-broadcast-ts", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Use the Broadcast Channel API in React easily with hooks or Zustand, and Typescript!", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -28,3 +28,3 @@ # use-broadcast-ts | ||
const useStore = create<MyStore>()( | ||
const useStore = create<MyStore>( | ||
shared( | ||
@@ -31,0 +31,0 @@ (set) => ({ |
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
27158