use-context-selector
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.2.7] - 2020-10-08 | ||
### Changed | ||
- Fix missing useBridgeValue type | ||
## [1.2.6] - 2020-10-08 | ||
@@ -7,0 +11,0 @@ ### Added |
{ | ||
"name": "use-context-selector", | ||
"description": "React useContextSelector hook in userland", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"author": "Daishi Kato", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -20,1 +20,5 @@ import { Context, FC } from 'react'; | ||
export const BridgeProvider: FC<{ context: Context<any>; value: any }>; | ||
export const useBridgeValue: <T>( | ||
context: Context<T>, | ||
) => unknown; |
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
67070
273