Skip to content

Commit

Permalink
docs: add issue links to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Feb 3, 2025
1 parent df0dca3 commit 01233bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ async function htmlStreamWalker(
parent = parent.parentElement;
}

// Related issues to this ternary (hard to reproduce in a test):
// https://github.com/brisa-build/diff-dom-streaming/pull/15
// https://github.com/brisa-build/brisa/issues/739
return waitChildren
? streamInProgress && !node.hasChildNodes?.()
: streamInProgress
Expand Down

0 comments on commit 01233bd

Please sign in to comment.