Skip to content

Commit

Permalink
This gets called when generating stack frames
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Jul 9, 2024
1 parent b76201d commit 296263e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ describe('ReactDOMFizzServerNode', () => {
let isComplete = false;
let rendered = false;
const promise = new Promise(r => (resolve = r));
function Wait() {
function Wait({prop}) {
if (!hasLoaded) {
throw promise;
}
Expand Down

0 comments on commit 296263e

Please sign in to comment.