Skip to content

Commit 91e035e

Browse files
committed
Add comment
1 parent 96eb192 commit 91e035e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-dom/src/server/ReactDOMServerFormatConfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ const HTML_TABLE_MODE = 4;
6060
const HTML_TABLE_BODY_MODE = 5;
6161
const HTML_TABLE_ROW_MODE = 6;
6262
const HTML_COLGROUP_MODE = 7;
63+
// We have a greater than HTML_TABLE_MODE check elsewhere. If you add more cases here, make sure it
64+
// still makes sense
6365

6466
type InsertionMode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
6567

0 commit comments

Comments
 (0)