Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleanup
  • Loading branch information
kevinpschaaf committed Aug 18, 2021
commit 4f5e51292ef489efe5027dc7f5e6a286f4c1f932
2 changes: 2 additions & 0 deletions packages/lit-html/src/directives/async-replace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export class AsyncReplaceDirective extends AsyncDirective {
}

update(_part: ChildPart, [value, mapper]: DirectiveParameters<this>) {
// If our initial render occurs while disconnected, ensure that the pauser
// and weakThis are in the disconnected state
if (!this.isConnected) {
this.disconnected();
}
Expand Down