little-state-machine
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
@@ -20,7 +20,6 @@ import * as React from 'react'; | ||
return { | ||
globalState, | ||
store: globalState, | ||
updateStore, | ||
}; | ||
}, [globalState]); | ||
// @ts-ignore | ||
return createElement(StateMachineContext.Provider, Object.assign({ value: value }, props)); | ||
@@ -27,0 +26,0 @@ } |
@@ -23,7 +23,6 @@ 'use strict'; | ||
return { | ||
globalState, | ||
store: globalState, | ||
updateStore, | ||
}; | ||
}, [globalState]); | ||
// @ts-ignore | ||
return React.createElement(StateMachineContext.Provider, Object.assign({ value: value }, props)); | ||
@@ -30,0 +29,0 @@ } |
{ | ||
"name": "little-state-machine", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.es.js", |
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
161811
210