We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8e3a2 commit 9a52ad9Copy full SHA for 9a52ad9
packages/react-dom-bindings/src/server/ReactDOMServerExternalRuntime.js
@@ -14,13 +14,6 @@ import {
14
completeSegment,
15
} from './fizz-instruction-set/ReactDOMFizzInstructionSetExternalRuntime';
16
17
-if (!window.$RC) {
18
- // TODO: Eventually remove, we currently need to set these globals for
19
- // compatibility with ReactDOMFizzInstructionSet
20
- window.$RC = completeBoundary;
21
- window.$RM = new Map();
22
-}
23
-
24
if (document.body != null) {
25
if (document.readyState === 'loading') {
26
installFizzInstrObserver(document.body);
0 commit comments