From 7ab54e2928e243d2fda81cb61f1abea3f437eacf Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 9 Apr 2018 19:26:30 +0100 Subject: [PATCH] Remove too much highlighting in a small snippet --- examples/context/updating-nested-context-context.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/context/updating-nested-context-context.js b/examples/context/updating-nested-context-context.js index 472c4dda..b03358af 100644 --- a/examples/context/updating-nested-context-context.js +++ b/examples/context/updating-nested-context-context.js @@ -1,4 +1,3 @@ -// highlight-range{1-2} // Make sure the shape of the default value passed to // createContext matches the shape that the consumers expect! // highlight-range{2-3}