react-reconciler 0.26.0-rc.2 → 0.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-info.json +5 -5
- package/cjs/react-reconciler-reflection.development.js +2 -2
- package/cjs/react-reconciler-reflection.production.min.js +1 -1
- package/cjs/react-reconciler.development.js +713 -817
- package/cjs/react-reconciler.production.min.js +202 -201
- package/cjs/react-reconciler.profiling.min.js +207 -209
- package/package.json +3 -3
package/build-info.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"branch": "pull/
|
|
3
|
-
"buildNumber": "
|
|
4
|
-
"checksum": "
|
|
5
|
-
"commit": "
|
|
2
|
+
"branch": "pull/21051",
|
|
3
|
+
"buildNumber": "287151",
|
|
4
|
+
"checksum": "94f5c65",
|
|
5
|
+
"commit": "12adaffef",
|
|
6
6
|
"environment": "ci",
|
|
7
|
-
"reactVersion": "17.0.0-
|
|
7
|
+
"reactVersion": "17.0.0-12adaffef"
|
|
8
8
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license React v0.26.
|
|
1
|
+
/** @license React v0.26.2
|
|
2
2
|
* react-reconciler-reflection.development.js
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
@@ -212,7 +212,7 @@ var SuspenseComponent = 13;
|
|
|
212
212
|
|
|
213
213
|
// Don't change these two values. They're used by React Dev Tools.
|
|
214
214
|
var NoFlags =
|
|
215
|
-
/*
|
|
215
|
+
/* */
|
|
216
216
|
0;
|
|
217
217
|
|
|
218
218
|
var Placement =
|