[Fizz] Abort tasks that suspend after aborting during render (#36585) (opens in new tab)
Stacked on #36580 When a task calls `abort()` while it is rendering, Fizz intentionally leaves that task alone during the synchronous abort sweep so it can unwind normally. If the task then suspen...
Read the original article