Skip to content

Commit

Permalink
native-relay flow
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed May 18, 2022
1 parent eff370b commit 760c53a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ export function writeStartPendingSuspenseBoundary(
export function writeStartClientRenderedSuspenseBoundary(
destination: Destination,
responseState: ResponseState,
// TODO: encode error for native
errorHash: ?string,
errorMessage: ?string,
errorComponentStack: ?string,
): boolean {
return writeChunkAndReturn(destination, SUSPENSE_CLIENT_RENDER);
}
Expand Down

0 comments on commit 760c53a

Please sign in to comment.