From ba63eebe24257676098709d0fd6c5732f46366fd Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 7 Apr 2022 16:34:35 +0100 Subject: [PATCH 01/15] docs(gotcha): Add an entry about hydration warnings (#2682) --- docs/pages/gotchas.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/pages/gotchas.md b/docs/pages/gotchas.md index 76438fa5f87..9144a3034cb 100644 --- a/docs/pages/gotchas.md +++ b/docs/pages/gotchas.md @@ -120,3 +120,15 @@ if (typeof document === "undefined") { This will work for all JS environments (Node.js, Deno, Workers, etc.). [esbuild]: https://esbuild.github.io/ + +## Browser extensions injecting code + +You may run into this warning in the browser: + +``` +Warning: Did not expect server HTML to contain a