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 13, 2022
1 parent 1e8dec2 commit db2ba1d
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 db2ba1d

Please sign in to comment.