From 2aab22f9cbfbba8def009a7c0e14faee5704e57f Mon Sep 17 00:00:00 2001 From: Adam Plumer Date: Sat, 27 Jun 2020 16:17:36 -0500 Subject: [PATCH] fixup! docs: update issue template and Gotchas guide --- docs/gotchas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gotchas.md b/docs/gotchas.md index 4840b49af..158243ce9 100644 --- a/docs/gotchas.md +++ b/docs/gotchas.md @@ -225,7 +225,7 @@ longer than needed on the server could result in suboptimal rendering. > It may be worth brushing up on the JavaScript event loop and learning the difference between microtasks > and macrotasks, if you don't know it already. [Here's](https://javascript.info/event-loop) a good reference. -## My X, Y, Z won't finish before render! +## My HTTP, Firebase, WebSocket, etc. won't finish before render! Similarly to the above section on waiting for macrotasks to complete, the flip-side is that the platform will not wait for microtasks to complete before finishing the render. In Angular Universal, we have patched the