react-reconciler
Advanced tools
Comparing version 0.0.0-experimental-7082d5a2d to 0.0.0-experimental-b53ea6ca0
{ | ||
"branch": "master", | ||
"buildNumber": "53633", | ||
"checksum": "807ff0a", | ||
"commit": "7082d5a2d", | ||
"buildNumber": "59514", | ||
"checksum": "6f449c4", | ||
"commit": "b53ea6ca0", | ||
"environment": "ci", | ||
"reactVersion": "16.10.2-experimental-7082d5a2d" | ||
"reactVersion": "16.11.0-experimental-b53ea6ca0" | ||
} |
@@ -1,2 +0,2 @@ | ||
/** @license React v0.0.0-experimental-7082d5a2d | ||
/** @license React v0.0.0-experimental-b53ea6ca0 | ||
* react-reconciler-reflection.development.js | ||
@@ -280,9 +280,5 @@ * | ||
// Helps identify side effects in begin-phase lifecycle hooks and setState reducers: | ||
// Helps identify side effects in render-phase lifecycle hooks and setState | ||
// reducers by double invoking them in Strict Mode. | ||
// In some cases, StrictMode should also double-render lifecycles. | ||
// This can be confusing for tests though, | ||
// And it can be bad for performance in production. | ||
// This feature flag can be used to control the behavior: | ||
// To preserve the "Pause on caught exceptions" behavior of the debugger, we | ||
@@ -322,3 +318,3 @@ // replay the begin phase of a failed component inside invokeGuardedCallback. | ||
// We will enforce mocking scheduler with scheduler/unstable_mock at some point. (v17?) | ||
// Till then, we warn about the missing mock, but still fallback to a sync mode compatible version | ||
// Till then, we warn about the missing mock, but still fallback to a legacy mode compatible version | ||
@@ -338,2 +334,8 @@ // For tests, we flush suspense fallbacks in an act scope; | ||
// Flag to turn event.target and event.currentTarget in ReactNative from a reactTag to a component instance | ||
var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner; | ||
@@ -340,0 +342,0 @@ function getNearestMountedFiber(fiber) { |
@@ -1,2 +0,2 @@ | ||
/** @license React v0.0.0-experimental-7082d5a2d | ||
/** @license React v0.0.0-experimental-b53ea6ca0 | ||
* react-reconciler-reflection.production.min.js | ||
@@ -3,0 +3,0 @@ * |
{ | ||
"name": "react-reconciler", | ||
"description": "React package for creating custom renderers.", | ||
"version": "0.0.0-experimental-7082d5a2d", | ||
"version": "0.0.0-experimental-b53ea6ca0", | ||
"keywords": [ | ||
@@ -30,3 +30,3 @@ "react" | ||
"peerDependencies": { | ||
"react": "0.0.0-experimental-7082d5a2d" | ||
"react": "0.0.0-experimental-b53ea6ca0" | ||
}, | ||
@@ -37,3 +37,3 @@ "dependencies": { | ||
"prop-types": "^15.6.2", | ||
"scheduler": "0.0.0-experimental-7082d5a2d" | ||
"scheduler": "0.0.0-experimental-b53ea6ca0" | ||
}, | ||
@@ -40,0 +40,0 @@ "browserify": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1416189
29754
+ Addedreact@0.0.0-experimental-b53ea6ca0(transitive)
+ Addedscheduler@0.0.0-experimental-b53ea6ca0(transitive)
- Removedreact@0.0.0-experimental-7082d5a2d(transitive)
- Removedscheduler@0.0.0-experimental-7082d5a2d(transitive)