react-test-renderer
Advanced tools
Comparing version 16.0.0-beta.3 to 16.0.0-beta.4
@@ -78,6 +78,2 @@ 'use strict'; | ||
var _extends = objectAssign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
@@ -264,3 +260,3 @@ | ||
this._renderer._newState = _extends({}, publicInstance.state, partialState); | ||
this._renderer._newState = objectAssign({}, publicInstance.state, partialState); | ||
@@ -267,0 +263,0 @@ this._renderer.render(this._renderer._element, this._renderer._context); |
{ | ||
"name": "react-test-renderer", | ||
"version": "16.0.0-beta.3", | ||
"version": "16.0.0-beta.4", | ||
"description": "React package for snapshot testing.", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "^16.0.0-beta.3" | ||
"react": "^16.0.0-beta.4" | ||
}, | ||
@@ -25,0 +25,0 @@ "files": [ |
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
315203
7532