You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea here is that host dispatchers are not bound to renders so we
need to be able to dispatch to them at any time. This updates the
implementation to chain these dispatchers so that each renderer can
respond to the dispatch. Semantically we don't always want every
renderer to do this for instance if Fizz handles a float method we don't
want Fiber to as well so each dispatcher implementation can decide if it
makes sense to forward the call or not. For float methods server
disaptchers will handle the call if they can resolve a Request otherwise
they will forward. For client dispatchers they will handle the call and
always forward. The choice needs to be made for each dispatcher method
and may have implications on correct renderer import order. For now we
just live with the restriction that if you want to use server and client
together (such as renderToString in the browser) you need to import the
server renderer after the client renderer.
DiffTrain build for commit 113ab9a.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25733,7 +25733,7 @@ if (__DEV__) {
25733
25733
return root;
25734
25734
}
25735
25735
25736
-
var ReactVersion = "18.3.0-canary-1c02b9d2b-20240304";
25736
+
var ReactVersion = "18.3.0-canary-113ab9af0-20240304";
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9173,7 +9173,7 @@ var devToolsConfig$jscomp$inline_1014 = {
9173
9173
throwError("TestRenderer does not support findFiberByHostInstance()");
9174
9174
},
9175
9175
bundleType: 0,
9176
-
version: "18.3.0-canary-1c02b9d2b-20240304",
9176
+
version: "18.3.0-canary-113ab9af0-20240304",
9177
9177
rendererPackageName: "react-test-renderer"
9178
9178
};
9179
9179
varinternals$jscomp$inline_1195={
@@ -9204,7 +9204,7 @@ var internals$jscomp$inline_1195 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9601,7 +9601,7 @@ var devToolsConfig$jscomp$inline_1056 = {
9601
9601
throwError("TestRenderer does not support findFiberByHostInstance()");
9602
9602
},
9603
9603
bundleType: 0,
9604
-
version: "18.3.0-canary-1c02b9d2b-20240304",
9604
+
version: "18.3.0-canary-113ab9af0-20240304",
9605
9605
rendererPackageName: "react-test-renderer"
9606
9606
};
9607
9607
varinternals$jscomp$inline_1236={
@@ -9632,7 +9632,7 @@ var internals$jscomp$inline_1236 = {
0 commit comments