Comparing version 1.4.3 to 1.4.4
@@ -463,3 +463,5 @@ import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties'; | ||
} | ||
var props = mapProps.call(this, _extends({}, formProps, restProps)); | ||
var props = mapProps.call(this, _extends({}, formProps, restProps, { | ||
wrappedComponentRef: wrappedComponentRef | ||
})); | ||
return React.createElement(WrappedComponent, props); | ||
@@ -466,0 +468,0 @@ } |
@@ -507,3 +507,5 @@ 'use strict'; | ||
} | ||
var props = mapProps.call(this, (0, _extends3['default'])({}, formProps, restProps)); | ||
var props = mapProps.call(this, (0, _extends3['default'])({}, formProps, restProps, { | ||
wrappedComponentRef: wrappedComponentRef | ||
})); | ||
return _react2['default'].createElement(WrappedComponent, props); | ||
@@ -510,0 +512,0 @@ } |
{ | ||
"name": "rc-form", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "React High Order Form Component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
755878
9181