Skip to content

Commit

Permalink
Move a comment to its original location (facebook#12103)
Browse files Browse the repository at this point in the history
`type` was added in facebook#11818 below the comment that belongs to `domNamespace`
  • Loading branch information
unstubbable authored and gaearon committed Jan 26, 2018
1 parent d3b183c commit 40a9e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/server/ReactPartialRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,9 @@ class ReactDOMServerRenderer {
const flatChildren = flattenTopLevelChildren(children);

const topFrame: Frame = {
type: null,
// Assume all trees start in the HTML namespace (not totally true, but
// this is what we did historically)
type: null,
domNamespace: Namespaces.html,
children: flatChildren,
childIndex: 0,
Expand Down

0 comments on commit 40a9e64

Please sign in to comment.