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 909bd65 commit 4edd83dCopy full SHA for 4edd83d
packages/react-server/src/ReactFizzServer.js
@@ -718,6 +718,7 @@ function renderElement(
718
// initial HTML is not visible. To support the use of LegacyHidden as a
719
// true fragment, without an extra DOM node, we would have to hide the
720
// initial HTML in some other way.
721
+ // TODO: Add REACT_OFFSCREEN_TYPE here too with the same capability.
722
case REACT_LEGACY_HIDDEN_TYPE:
723
case REACT_DEBUG_TRACING_MODE_TYPE:
724
case REACT_STRICT_MODE_TYPE:
0 commit comments