Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "ts-bus", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -146,3 +146,4 @@ # TS Bus | ||
function Main(props: Props) { | ||
// Automatically hook into bus passed in with BusProvider above in the tree | ||
// Automatically hook into bus passed in with | ||
// BusProvider above in the tree | ||
const state = useBusReducer( | ||
@@ -149,0 +150,0 @@ produce((state, action) => { |
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
8577
173