Skip to content

Commit

Permalink
Oops, it's 2021 already
Browse files Browse the repository at this point in the history
Remove already completed comment (facebook#21054)
  • Loading branch information
gaearon authored and threepointone committed Oct 24, 2021
1 parent 49d94ee commit c589c4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 17.0.2 (March 22, 2020)
## 17.0.2 (March 22, 2021)

### React DOM

Expand Down
3 changes: 0 additions & 3 deletions packages/react-server/src/ReactFizzServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,6 @@ function flushCompletedQueues(request: Request): void {
}
}

// TODO: Expose a way to abort further processing, without closing the connection from the outside.
// This would put all waiting boundaries into client-only mode.

export function startWork(request: Request): void {
scheduleWork(() => performWork(request));
}
Expand Down

0 comments on commit c589c4e

Please sign in to comment.