react-context-api-store
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -70,3 +70,3 @@ 'use strict'; | ||
function (context) { | ||
return _react2.default.createElement(WrappedComponent, _extends({}, _this.mapStateToProps(context.state), _this.mapActionsToProps(context.updateState, context.state))); | ||
return _react2.default.createElement(WrappedComponent, _extends({}, _this.mapStateToProps(context.state), _this.mapActionsToProps(context.updateState, context.state), _this.props)); | ||
} | ||
@@ -73,0 +73,0 @@ ); |
{ | ||
"name": "react-context-api-store", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "An HOC state management inpired by redux implemented using react's context api.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
495524
0