Skip to content

Commit

Permalink
Update packages/client-react-streaming/src/DataTransportAbstraction/W…
Browse files Browse the repository at this point in the history
…rappedApolloClient.test.tsx

Co-authored-by: Jerel Miller <[email protected]>
  • Loading branch information
phryneas and jerelmiller authored Mar 27, 2024
1 parent bf15207 commit 20fc602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ await testIn("browser")(
appendToBody`<div hidden id="S:2"><div id="parallel">suspending in parallel</div></div>`;
$RS("S:2", "P:2");

// everything in the suspende boundary finished rendering, so assemble HTML and take up React rendering again
// everything in the suspense boundary finished rendering, so assemble HTML and take up React rendering again
$RC("B:0", "S:0");

// we expect the *new* value to appear after hydration finished, not the old value from the server
Expand Down

0 comments on commit 20fc602

Please sign in to comment.