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.
value
any
1 parent 7d5ad2e commit 32c5b0bCopy full SHA for 32c5b0b
packages/react-server/src/ReactFlightServer.js
@@ -1353,7 +1353,7 @@ function renderModelDestructive(
1353
writtenObjects.set(value, SEEN_BUT_NOT_YET_OUTLINED);
1354
// The element's props are marked as "never outlined" so that they are inlined into
1355
// the same row as the element itself.
1356
- writtenObjects.set(value.props, NEVER_OUTLINED);
+ writtenObjects.set((value: any).props, NEVER_OUTLINED);
1357
}
1358
1359
const element: React$Element<any> = (value: any);
0 commit comments